Html Css Color HEX #BDC676 Pine Glade

📋 copy color: '#BDC676'

red 189 ◦ green 198 ◦ blue 118

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

Shades of Pine Glade #BDC676

Tints of Pine Glade #BDC676

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.21%

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

R = 37.43%
G = 39.21%
B = 23.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#BDC676 (or 0xBDC676) is known color: Pine Glade. HEX triplet: BD, C6 and 76. RGB value is (189,198,118). Sum of RGB (Red+Green+Blue) = 189+198+118=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC676 is #423989. Grayscale: #BABABA. Windows color (decimal): -4340106 or 7784125. OLE color: 7784125.

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

Color convert

RGB 189 198 118 -
CMYK 0.05 0 0.40 0.22
HSL 66.75º 0.41% 0.62% -
HSV(B) 66.75º 0.4% 0.78% -
XYZ 44.45 52.51 24.93 -
YUV 186.19 89.52 130 -
System Red Green Blue C M Y K H S L
Decimal 189 198 118 0.05 0 0.40 0.22 66.75 0.41 0.62
Hex BD C6 76 5 0 28 16 43 29 3E
Octal 275 306 166 5 0 50 26 103 51 76
Binary 10111101 11000110 1110110 101 0 101000 10110 1000011 101001 111110

Color Harmonies of #BDC676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC676

Black with #BDC676

Text Example


Text Example

White with #BDC676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC676; }

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

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

background-color css

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

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

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

border-color css

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

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

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