Html Css Color HEX #BDE956 Conifer

📋 copy color: '#BDE956'

red 189 ◦ green 233 ◦ blue 86

#BDE956
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #BDE956

Tints of Conifer #BDE956

RGB

 RED value IS 189 (74.22% from 255) = 37.2%

 GREEN value IS 233 (91.41% from 255) = 45.87%

 BLUE value IS 86 (33.98% from 255) = 16.93%

R = 37.2%
G = 45.87%
B = 16.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#BDE956 (or 0xBDE956) is known color: Conifer. HEX triplet: BD, E9 and 56. RGB value is (189,233,86). Sum of RGB (Red+Green+Blue) = 189+233+86=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 86 (33.98% from 255 or 16.93% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE956 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE956 is #4216A9. Grayscale: #CBCBCB. Windows color (decimal): -4331178 or 5695933. OLE color: 5695933.

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

Color convert

RGB 189 233 86 -
CMYK 0.19 0 0.63 0.09
HSL 77.96º 0.77% 0.63% -
HSV(B) 77.96º 0.63% 0.91% -
XYZ 51.8 69.77 19.54 -
YUV 203.09 61.92 117.95 -
System Red Green Blue C M Y K H S L
Decimal 189 233 86 0.19 0 0.63 0.09 77.96 0.77 0.63
Hex BD E9 56 13 0 3F 9 4E 4D 3F
Octal 275 351 126 23 0 77 11 116 115 77
Binary 10111101 11101001 1010110 10011 0 111111 1001 1001110 1001101 111111

Color Harmonies of #BDE956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE956

Black with #BDE956

Text Example


Text Example

White with #BDE956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE956; }

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

 H1.HeaderClassName
 {
   color: #BDE956;
 }
 .AnyTagClassName
 {
   color: #BDE956;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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