Html Css Color HEX #C0BF89 Pine Glade

📋 copy color: '#C0BF89'

red 192 ◦ green 191 ◦ blue 137

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

Shades of Pine Glade #C0BF89

Tints of Pine Glade #C0BF89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 26.35%

R = 36.92%
G = 36.73%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C0BF89 (or 0xC0BF89) is known color: Pine Glade. HEX triplet: C0, BF and 89. RGB value is (192,191,137). Sum of RGB (Red+Green+Blue) = 192+191+137=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 137 (53.91% from 255 or 26.35% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BF89 is #3F4076. Grayscale: #B9B9B9. Windows color (decimal): -4145271 or 9027520. OLE color: 9027520.

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

Color convert

RGB 192 191 137 -
CMYK 0 0.01 0.29 0.25
HSL 58.91º 0.3% 0.65% -
HSV(B) 58.91º 0.29% 0.75% -
XYZ 44.88 50.27 31.01 -
YUV 185.14 100.83 132.89 -
System Red Green Blue C M Y K H S L
Decimal 192 191 137 0 0.01 0.29 0.25 58.91 0.3 0.65
Hex C0 BF 89 0 1 1D 19 3B 1E 41
Octal 300 277 211 0 1 35 31 73 36 101
Binary 11000000 10111111 10001001 0 1 11101 11001 111011 11110 1000001

Color Harmonies of #C0BF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF89

Black with #C0BF89

Text Example


Text Example

White with #C0BF89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF89; }

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

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

background-color css

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

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

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

border-color css

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

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

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