Html Css Color HEX #C0BF81 Pine Glade

📋 copy color: '#C0BF81'

red 192 ◦ green 191 ◦ blue 129

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

Shades of Pine Glade #C0BF81

Tints of Pine Glade #C0BF81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.2%

R = 37.5%
G = 37.3%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C0BF81 (or 0xC0BF81) is known color: Pine Glade. HEX triplet: C0, BF and 81. RGB value is (192,191,129). Sum of RGB (Red+Green+Blue) = 192+191+129=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BF81 is #3F407E. Grayscale: #B8B8B8. Windows color (decimal): -4145279 or 8503232. OLE color: 8503232.

HSL color Cylindrical-coordinate representation of color #C0BF81: hue angle of 59.05º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0BF81 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 191 129 -
CMYK 0 0.01 0.33 0.25
HSL 59.05º 0.33% 0.63% -
HSV(B) 59.05º 0.33% 0.75% -
XYZ 44.33 50.05 28.09 -
YUV 184.23 96.83 133.54 -
System Red Green Blue C M Y K H S L
Decimal 192 191 129 0 0.01 0.33 0.25 59.05 0.33 0.63
Hex C0 BF 81 0 1 21 19 3B 21 3F
Octal 300 277 201 0 1 41 31 73 41 77
Binary 11000000 10111111 10000001 0 1 100001 11001 111011 100001 111111

Color Harmonies of #C0BF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF81

Black with #C0BF81

Text Example


Text Example

White with #C0BF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF81; }

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

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

background-color css

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

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

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

border-color css

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

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

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