#BDE942

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

Shades of Conifer #BDE942

Tints of Conifer #BDE942

Color information

#BDE942 (or 0xBDE942) is unknown color: approx Conifer. HEX triplet: BD, E9 and 42. RGB value is (189,233,66). Sum of RGB (Red+Green+Blue) = 189+233+66=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 66 (26.17% from 255 or 13.52% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE942 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE942 is #4216BD. Grayscale: #C9C9C9. Windows color (decimal): -4331198 or 4385213. OLE color: 4385213.

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

Color convert

RGB18923366-
CMYK0.1900.720.09
HSL75.81º79.15%58.63%-
HSV(B)75.81º71.67%91.37%-
XYZ51.1169.4915.87-
YUV200.8151.92119.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.73%
GREEN value IS 233 (91.41% from 255) = 47.75%
BLUE value IS 66 (26.17% from 255) = 13.52%
R=38.73%
G=47.75%
B=13.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal189233660.1900.720.0975.8179.1558.63
HexBDE9421304894c4f3b
Octal2753511022301101111411773
Binary101111011110100110000101001101001000100110011001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE942; }

 p { color: rgb(189,233,66); }

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

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

 a { background-color: rgb(189,233,66); }

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

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

 span { border-color: rgb(189,233,66); }

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