#BDE84A

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

Shades of Conifer #BDE84A

Tints of Conifer #BDE84A

Color information

#BDE84A (or 0xBDE84A) is unknown color: approx Conifer. HEX triplet: BD, E8 and 4A. RGB value is (189,232,74). Sum of RGB (Red+Green+Blue) = 189+232+74=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 74 (29.30% from 255 or 14.95% from 495); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE84A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE84A is #4217B5. Grayscale: #C9C9C9. Windows color (decimal): -4331446 or 4909245. OLE color: 4909245.

HSL color Cylindrical-coordinate representation of color #BDE84A: hue angle of 76.33º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDE84A is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB18923274-
CMYK0.1900.680.09
HSL76.33º77.45%60%-
HSV(B)76.33º68.1%90.98%-
XYZ51.0869.0317.11-
YUV201.1356.25119.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.18%
GREEN value IS 232 (91.02% from 255) = 46.87%
BLUE value IS 74 (29.30% from 255) = 14.95%
R=38.18%
G=46.87%
B=14.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal189232740.1900.680.0976.3377.4560
HexBDE84A1304494c4d3c
Octal2753501122301041111411574
Binary101111011110100010010101001101000100100110011001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE84A; }

 p { color: rgb(189,232,74); }

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

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

 a { background-color: rgb(189,232,74); }

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

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

 span { border-color: rgb(189,232,74); }

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