Html Css Color HEX #BDC076 Pine Glade

📋 copy color: '#BDC076'

red 189 ◦ green 192 ◦ blue 118

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

Shades of Pine Glade #BDC076

Tints of Pine Glade #BDC076

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.48%

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

R = 37.88%
G = 38.48%
B = 23.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BDC076 (or 0xBDC076) is known color: Pine Glade. HEX triplet: BD, C0 and 76. RGB value is (189,192,118). Sum of RGB (Red+Green+Blue) = 189+192+118=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC076 is #423F89. Grayscale: #B6B6B6. Windows color (decimal): -4341642 or 7782589. OLE color: 7782589.

HSL color Cylindrical-coordinate representation of color #BDC076: hue angle of 62.43º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDC076 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 118 -
CMYK 0.02 0 0.39 0.25
HSL 62.43º 0.37% 0.61% -
HSV(B) 62.43º 0.39% 0.75% -
XYZ 43.11 49.83 24.49 -
YUV 182.67 91.51 132.52 -
System Red Green Blue C M Y K H S L
Decimal 189 192 118 0.02 0 0.39 0.25 62.43 0.37 0.61
Hex BD C0 76 2 0 27 19 3E 25 3D
Octal 275 300 166 2 0 47 31 76 45 75
Binary 10111101 11000000 1110110 10 0 100111 11001 111110 100101 111101

Color Harmonies of #BDC076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC076

Black with #BDC076

Text Example


Text Example

White with #BDC076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC076; }

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

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

background-color css

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

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

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

border-color css

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

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

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