#B4DA44

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

Shades of Conifer #B4DA44

Tints of Conifer #B4DA44

Color information

#B4DA44 (or 0xB4DA44) is unknown color: approx Conifer. HEX triplet: B4, DA and 44. RGB value is (180,218,68). Sum of RGB (Red+Green+Blue) = 180+218+68=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #B4DA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DA44 is #4B25BB. Grayscale: #BEBEBE. Windows color (decimal): -4924860 or 4512436. OLE color: 4512436.

HSL color Cylindrical-coordinate representation of color #B4DA44: hue angle of 75.2º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B4DA44 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB18021868-
CMYK0.1700.690.15
HSL75.2º66.96%56.08%-
HSV(B)75.2º68.81%85.49%-
XYZ44.9460.2614.73-
YUV189.5459.41121.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 218 (85.55% from 255) = 46.78%
BLUE value IS 68 (26.95% from 255) = 14.59%
R=38.63%
G=46.78%
B=14.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal180218680.1700.690.1575.266.9656.08
HexB4DA4411045F4b4338
Octal2643321042101051711310370
Binary101101001101101010001001000101000101111110010111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DA44; }

 p { color: rgb(180,218,68); }

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

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

 a { background-color: rgb(180,218,68); }

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

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

 span { border-color: rgb(180,218,68); }

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