#BDE162

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

Shades of Conifer #BDE162

Tints of Conifer #BDE162

Color information

#BDE162 (or 0xBDE162) is unknown color: approx Conifer. HEX triplet: BD, E1 and 62. RGB value is (189,225,98). Sum of RGB (Red+Green+Blue) = 189+225+98=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 98 (38.67% from 255 or 19.14% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE162 is #421E9D. Grayscale: #C8C8C8. Windows color (decimal): -4333214 or 6480317. OLE color: 6480317.

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

Color convert

RGB18922598-
CMYK0.1600.560.12
HSL77.01º67.91%63.33%-
HSV(B)77.01º56.44%88.24%-
XYZ50.1265.5521.57-
YUV199.7670.57120.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 225 (88.28% from 255) = 43.95%
BLUE value IS 98 (38.67% from 255) = 19.14%
R=36.91%
G=43.95%
B=19.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal189225980.1600.560.1277.0167.9163.33
HexBDE16210038C4d443f
Octal275341142200701411510477
Binary10111101111000011100010100000111000110010011011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE162; }

 p { color: rgb(189,225,98); }

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

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

 a { background-color: rgb(189,225,98); }

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

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

 span { border-color: rgb(189,225,98); }

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