#B4D648

Color #B4D648 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B4D648

Tints of Conifer #B4D648

Color information

#B4D648 (or 0xB4D648) is unknown color: approx Conifer. HEX triplet: B4, D6 and 48. RGB value is (180,214,72). Sum of RGB (Red+Green+Blue) = 180+214+72=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D648 is #4B29B7. Grayscale: #BCBCBC. Windows color (decimal): -4925880 or 4773556. OLE color: 4773556.

HSL color Cylindrical-coordinate representation of color #B4D648: hue angle of 74.37º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4D648 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB18021472-
CMYK0.1600.660.16
HSL74.37º63.39%56.08%-
HSV(B)74.37º66.36%83.92%-
XYZ44.0458.2615.06-
YUV187.6562.74122.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 214 (83.98% from 255) = 45.92%
BLUE value IS 72 (28.52% from 255) = 15.45%
R=38.63%
G=45.92%
B=15.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal180214720.1600.660.1674.3763.3956.08
HexB4D64810042104a3f38
Octal264326110200102201127770
Binary101101001101011010010001000001000010100001001010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D648; }

 p { color: rgb(180,214,72); }

 H1.HeaderClassName
 {
   color: #B4D648;
 }
 .AnyTagClassName
 {
   color: #B4D648;
 }
</style>
background-color css

<style>
 a { background-color: #B4D648; }

 a { background-color: rgb(180,214,72); }

 div.DivClassName
 {
   background-color: #B4D648;
 }
 .BgClassName
 {
   background-color: #B4D648;
 }
</style>
border-color css

<style>
 span { border-color: #B4D648; }

 span { border-color: rgb(180,214,72); }

 td.TdClassName
 {
   border-color: #B4D648;
 }
 .TagClassName
 {
   border-color: #B4D648;
 }
</style>