Html Css Color HEX #C0BF73 Pine Glade

📋 copy color: '#C0BF73'

red 192 ◦ green 191 ◦ blue 115

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

Shades of Pine Glade #C0BF73

Tints of Pine Glade #C0BF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.09%

R = 38.55%
G = 38.35%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C0BF73 (or 0xC0BF73) is known color: Pine Glade. HEX triplet: C0, BF and 73. RGB value is (192,191,115). Sum of RGB (Red+Green+Blue) = 192+191+115=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF73 is #3F408C. Grayscale: #B6B6B6. Windows color (decimal): -4145293 or 7585728. OLE color: 7585728.

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

Color convert

RGB 192 191 115 -
CMYK 0 0.01 0.40 0.25
HSL 59.22º 0.38% 0.6% -
HSV(B) 59.22º 0.4% 0.75% -
XYZ 43.46 49.71 23.52 -
YUV 182.64 89.83 134.68 -
System Red Green Blue C M Y K H S L
Decimal 192 191 115 0 0.01 0.40 0.25 59.22 0.38 0.6
Hex C0 BF 73 0 1 28 19 3B 26 3C
Octal 300 277 163 0 1 50 31 73 46 74
Binary 11000000 10111111 1110011 0 1 101000 11001 111011 100110 111100

Color Harmonies of #C0BF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF73

Black with #C0BF73

Text Example


Text Example

White with #C0BF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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