Html Css Color HEX #C0BF7F Pine Glade

📋 copy color: '#C0BF7F'

red 192 ◦ green 191 ◦ blue 127

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

Shades of Pine Glade #C0BF7F

Tints of Pine Glade #C0BF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.9%

R = 37.65%
G = 37.45%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0BF7F (or 0xC0BF7F) is known color: Pine Glade. HEX triplet: C0, BF and 7F. RGB value is (192,191,127). Sum of RGB (Red+Green+Blue) = 192+191+127=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF7F is #3F4080. Grayscale: #B8B8B8. Windows color (decimal): -4145281 or 8372160. OLE color: 8372160.

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

Color convert

RGB 192 191 127 -
CMYK 0 0.01 0.34 0.25
HSL 59.08º 0.34% 0.63% -
HSV(B) 59.08º 0.34% 0.75% -
XYZ 44.2 50 27.4 -
YUV 184 95.83 133.7 -
System Red Green Blue C M Y K H S L
Decimal 192 191 127 0 0.01 0.34 0.25 59.08 0.34 0.63
Hex C0 BF 7F 0 1 22 19 3B 22 3F
Octal 300 277 177 0 1 42 31 73 42 77
Binary 11000000 10111111 1111111 0 1 100010 11001 111011 100010 111111

Color Harmonies of #C0BF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF7F

Black with #C0BF7F

Text Example


Text Example

White with #C0BF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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