#B4D640

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

Shades of Conifer #B4D640

Tints of Conifer #B4D640

Color information

#B4D640 (or 0xB4D640) is unknown color: approx Conifer. HEX triplet: B4, D6 and 40. RGB value is (180,214,64). Sum of RGB (Red+Green+Blue) = 180+214+64=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D640 is #4B29BF. Grayscale: #BBBBBB. Windows color (decimal): -4925888 or 4249268. OLE color: 4249268.

HSL color Cylindrical-coordinate representation of color #B4D640: hue angle of 73.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B4D640 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB18021464-
CMYK0.1600.700.16
HSL73.6º64.66%54.51%-
HSV(B)73.6º70.09%83.92%-
XYZ43.7958.1713.77-
YUV186.7358.74123.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.30%
GREEN value IS 214 (83.98% from 255) = 46.72%
BLUE value IS 64 (25.39% from 255) = 13.97%
R=39.30%
G=46.72%
B=13.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal180214640.1600.700.1673.664.6654.51
HexB4D64010046104a4137
Octal2643261002001062011210167
Binary1011010011010110100000010000010001101000010010101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D640; }

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

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

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

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

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

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

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

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