Html Css Color HEX #C0BA79 Pine Glade

📋 copy color: '#C0BA79'

red 192 ◦ green 186 ◦ blue 121

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

Shades of Pine Glade #C0BA79

Tints of Pine Glade #C0BA79

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.27%

 BLUE value IS 121 (47.66% from 255) = 24.25%

R = 38.48%
G = 37.27%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C0BA79 (or 0xC0BA79) is known color: Pine Glade. HEX triplet: C0, BA and 79. RGB value is (192,186,121). Sum of RGB (Red+Green+Blue) = 192+186+121=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA79 is #3F4586. Grayscale: #B4B4B4. Windows color (decimal): -4146567 or 7977664. OLE color: 7977664.

HSL color Cylindrical-coordinate representation of color #C0BA79: hue angle of 54.93º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0BA79 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 186 121 -
CMYK 0 0.03 0.37 0.25
HSL 54.93º 0.36% 0.61% -
HSV(B) 54.93º 0.37% 0.75% -
XYZ 42.75 47.7 25.04 -
YUV 180.38 94.49 136.29 -
System Red Green Blue C M Y K H S L
Decimal 192 186 121 0 0.03 0.37 0.25 54.93 0.36 0.61
Hex C0 BA 79 0 3 25 19 37 24 3D
Octal 300 272 171 0 3 45 31 67 44 75
Binary 11000000 10111010 1111001 0 11 100101 11001 110111 100100 111101

Color Harmonies of #C0BA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA79

Black with #C0BA79

Text Example


Text Example

White with #C0BA79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA79; }

 p { color: rgb(192,186,121); }

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

background-color css

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

 a { background-color: rgb(192,186,121); }

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

border-color css

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

 span { border-color: rgb(192,186,121); }

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