Html Css Color HEX #C0BF82 Pine Glade

📋 copy color: '#C0BF82'

red 192 ◦ green 191 ◦ blue 130

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

Shades of Pine Glade #C0BF82

Tints of Pine Glade #C0BF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.34%

R = 37.43%
G = 37.23%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C0BF82 (or 0xC0BF82) is known color: Pine Glade. HEX triplet: C0, BF and 82. RGB value is (192,191,130). Sum of RGB (Red+Green+Blue) = 192+191+130=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BF82 is #3F407D. Grayscale: #B8B8B8. Windows color (decimal): -4145278 or 8568768. OLE color: 8568768.

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

Color convert

RGB 192 191 130 -
CMYK 0 0.01 0.32 0.25
HSL 59.03º 0.33% 0.63% -
HSV(B) 59.03º 0.32% 0.75% -
XYZ 44.4 50.08 28.45 -
YUV 184.35 97.33 133.46 -
System Red Green Blue C M Y K H S L
Decimal 192 191 130 0 0.01 0.32 0.25 59.03 0.33 0.63
Hex C0 BF 82 0 1 20 19 3B 21 3F
Octal 300 277 202 0 1 40 31 73 41 77
Binary 11000000 10111111 10000010 0 1 100000 11001 111011 100001 111111

Color Harmonies of #C0BF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF82

Black with #C0BF82

Text Example


Text Example

White with #C0BF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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