Html Css Color HEX #C0BF76 Pine Glade

📋 copy color: '#C0BF76'

red 192 ◦ green 191 ◦ blue 118

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

Shades of Pine Glade #C0BF76

Tints of Pine Glade #C0BF76

RGB

 RED value IS 192 (75.39% from 255) = 38.32%

 GREEN value IS 191 (75% from 255) = 38.12%

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

R = 38.32%
G = 38.12%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C0BF76 (or 0xC0BF76) is known color: Pine Glade. HEX triplet: C0, BF and 76. RGB value is (192,191,118). Sum of RGB (Red+Green+Blue) = 192+191+118=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF76 is #3F4089. Grayscale: #B7B7B7. Windows color (decimal): -4145290 or 7782336. OLE color: 7782336.

HSL color Cylindrical-coordinate representation of color #C0BF76: hue angle of 59.19º 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 #C0BF76 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 191 118 -
CMYK 0 0.01 0.39 0.25
HSL 59.19º 0.37% 0.61% -
HSV(B) 59.19º 0.39% 0.75% -
XYZ 43.64 49.78 24.45 -
YUV 182.98 91.33 134.44 -
System Red Green Blue C M Y K H S L
Decimal 192 191 118 0 0.01 0.39 0.25 59.19 0.37 0.61
Hex C0 BF 76 0 1 27 19 3B 25 3D
Octal 300 277 166 0 1 47 31 73 45 75
Binary 11000000 10111111 1110110 0 1 100111 11001 111011 100101 111101

Color Harmonies of #C0BF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF76

Black with #C0BF76

Text Example


Text Example

White with #C0BF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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