Html Css Color HEX #BDC877 Pine Glade

📋 copy color: '#BDC877'

red 189 ◦ green 200 ◦ blue 119

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

Shades of Pine Glade #BDC877

Tints of Pine Glade #BDC877

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.37%

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

R = 37.2%
G = 39.37%
B = 23.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#BDC877 (or 0xBDC877) is known color: Pine Glade. HEX triplet: BD, C8 and 77. RGB value is (189,200,119). Sum of RGB (Red+Green+Blue) = 189+200+119=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC877 is #423788. Grayscale: #BBBBBB. Windows color (decimal): -4339593 or 7850173. OLE color: 7850173.

HSL color Cylindrical-coordinate representation of color #BDC877: hue angle of 68.15º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDC877 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 119 -
CMYK 0.06 0 0.40 0.22
HSL 68.15º 0.42% 0.63% -
HSV(B) 68.15º 0.41% 0.78% -
XYZ 44.97 53.46 25.4 -
YUV 187.48 89.36 129.09 -
System Red Green Blue C M Y K H S L
Decimal 189 200 119 0.06 0 0.40 0.22 68.15 0.42 0.63
Hex BD C8 77 6 0 28 16 44 2A 3F
Octal 275 310 167 6 0 50 26 104 52 77
Binary 10111101 11001000 1110111 110 0 101000 10110 1000100 101010 111111

Color Harmonies of #BDC877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC877

Black with #BDC877

Text Example


Text Example

White with #BDC877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC877; }

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

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

background-color css

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

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

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

border-color css

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

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

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