Html Css Color HEX #BDCE76 Pine Glade

📋 copy color: '#BDCE76'

red 189 ◦ green 206 ◦ blue 118

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

Shades of Pine Glade #BDCE76

Tints of Pine Glade #BDCE76

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.16%

 BLUE value IS 118 (46.48% from 255) = 23%

R = 36.84%
G = 40.16%
B = 23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#BDCE76 (or 0xBDCE76) is known color: Pine Glade. HEX triplet: BD, CE and 76. RGB value is (189,206,118). Sum of RGB (Red+Green+Blue) = 189+206+118=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCE76 is #423189. Grayscale: #BFBFBF. Windows color (decimal): -4338058 or 7786173. OLE color: 7786173.

HSL color Cylindrical-coordinate representation of color #BDCE76: hue angle of 71.59º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDCE76 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 206 118 -
CMYK 0.08 0 0.43 0.19
HSL 71.59º 0.47% 0.64% -
HSV(B) 71.59º 0.43% 0.81% -
XYZ 46.33 56.27 25.56 -
YUV 190.89 86.87 126.66 -
System Red Green Blue C M Y K H S L
Decimal 189 206 118 0.08 0 0.43 0.19 71.59 0.47 0.64
Hex BD CE 76 8 0 2B 13 48 2F 40
Octal 275 316 166 10 0 53 23 110 57 100
Binary 10111101 11001110 1110110 1000 0 101011 10011 1001000 101111 1000000

Color Harmonies of #BDCE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCE76

Black with #BDCE76

Text Example


Text Example

White with #BDCE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCE76; }

 p { color: rgb(189,206,118); }

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

background-color css

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

 a { background-color: rgb(189,206,118); }

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

border-color css

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

 span { border-color: rgb(189,206,118); }

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