#BDEA65

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

Shades of Conifer #BDEA65

Tints of Conifer #BDEA65

Color information

#BDEA65 (or 0xBDEA65) is unknown color: approx Conifer. HEX triplet: BD, EA and 65. RGB value is (189,234,101). Sum of RGB (Red+Green+Blue) = 189+234+101=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEA65 is #42159A. Grayscale: #CDCDCD. Windows color (decimal): -4330907 or 6679229. OLE color: 6679229.

HSL color Cylindrical-coordinate representation of color #BDEA65: hue angle of 80.3º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDEA65 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB189234101-
CMYK0.1900.570.08
HSL80.3º76%65.69%-
HSV(B)80.3º56.84%91.76%-
XYZ52.7670.623.16-
YUV205.3869.09116.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 234 (91.80% from 255) = 44.66%
BLUE value IS 101 (39.84% from 255) = 19.27%
R=36.07%
G=44.66%
B=19.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892341010.1900.570.0880.37665.69
HexBDEA65130398504c42
Octal2753521452307110120114102
Binary101111011110101011001011001101110011000101000010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEA65; }

 p { color: rgb(189,234,101); }

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

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

 a { background-color: rgb(189,234,101); }

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

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

 span { border-color: rgb(189,234,101); }

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