Html Css Color HEX #BDCC77 Pine Glade

📋 copy color: '#BDCC77'

red 189 ◦ green 204 ◦ blue 119

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

Shades of Pine Glade #BDCC77

Tints of Pine Glade #BDCC77

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.84%

 BLUE value IS 119 (46.88% from 255) = 23.24%

R = 36.91%
G = 39.84%
B = 23.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#BDCC77 (or 0xBDCC77) is known color: Pine Glade. HEX triplet: BD, CC and 77. RGB value is (189,204,119). Sum of RGB (Red+Green+Blue) = 189+204+119=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCC77 is #423388. Grayscale: #BEBEBE. Windows color (decimal): -4338569 or 7851197. OLE color: 7851197.

HSL color Cylindrical-coordinate representation of color #BDCC77: hue angle of 70.59º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDCC77 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 119 -
CMYK 0.07 0 0.42 0.2
HSL 70.59º 0.45% 0.63% -
HSV(B) 70.59º 0.42% 0.8% -
XYZ 45.91 55.34 25.71 -
YUV 189.83 88.03 127.41 -
System Red Green Blue C M Y K H S L
Decimal 189 204 119 0.07 0 0.42 0.2 70.59 0.45 0.63
Hex BD CC 77 7 0 2A 14 47 2D 3F
Octal 275 314 167 7 0 52 24 107 55 77
Binary 10111101 11001100 1110111 111 0 101010 10100 1000111 101101 111111

Color Harmonies of #BDCC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC77

Black with #BDCC77

Text Example


Text Example

White with #BDCC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC77; }

 p { color: rgb(189,204,119); }

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

background-color css

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

 a { background-color: rgb(189,204,119); }

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

border-color css

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

 span { border-color: rgb(189,204,119); }

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