Html Css Color HEX #C0BE76 Pine Glade

📋 copy color: '#C0BE76'

red 192 ◦ green 190 ◦ blue 118

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

Shades of Pine Glade #C0BE76

Tints of Pine Glade #C0BE76

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38%

 BLUE value IS 118 (46.48% from 255) = 23.6%

R = 38.4%
G = 38%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C0BE76 (or 0xC0BE76) is known color: Pine Glade. HEX triplet: C0, BE and 76. RGB value is (192,190,118). Sum of RGB (Red+Green+Blue) = 192+190+118=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE76 is #3F4189. Grayscale: #B6B6B6. Windows color (decimal): -4145546 or 7782080. OLE color: 7782080.

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

Color convert

RGB 192 190 118 -
CMYK 0 0.01 0.39 0.25
HSL 58.38º 0.37% 0.61% -
HSV(B) 58.38º 0.39% 0.75% -
XYZ 43.42 49.34 24.37 -
YUV 182.39 91.66 134.85 -
System Red Green Blue C M Y K H S L
Decimal 192 190 118 0 0.01 0.39 0.25 58.38 0.37 0.61
Hex C0 BE 76 0 1 27 19 3A 25 3D
Octal 300 276 166 0 1 47 31 72 45 75
Binary 11000000 10111110 1110110 0 1 100111 11001 111010 100101 111101

Color Harmonies of #C0BE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE76

Black with #C0BE76

Text Example


Text Example

White with #C0BE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE76; }

 p { color: rgb(192,190,118); }

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

background-color css

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

 a { background-color: rgb(192,190,118); }

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

border-color css

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

 span { border-color: rgb(192,190,118); }

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