Html Css Color HEX #C0BE82 Pine Glade

📋 copy color: '#C0BE82'

red 192 ◦ green 190 ◦ blue 130

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

Shades of Pine Glade #C0BE82

Tints of Pine Glade #C0BE82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.39%

R = 37.5%
G = 37.11%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C0BE82 (or 0xC0BE82) is known color: Pine Glade. HEX triplet: C0, BE and 82. RGB value is (192,190,130). Sum of RGB (Red+Green+Blue) = 192+190+130=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BE82 is #3F417D. Grayscale: #B8B8B8. Windows color (decimal): -4145534 or 8568512. OLE color: 8568512.

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

Color convert

RGB 192 190 130 -
CMYK 0 0.01 0.32 0.25
HSL 58.06º 0.33% 0.63% -
HSV(B) 58.06º 0.32% 0.75% -
XYZ 44.18 49.65 28.37 -
YUV 183.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 192 190 130 0 0.01 0.32 0.25 58.06 0.33 0.63
Hex C0 BE 82 0 1 20 19 3A 21 3F
Octal 300 276 202 0 1 40 31 72 41 77
Binary 11000000 10111110 10000010 0 1 100000 11001 111010 100001 111111

Color Harmonies of #C0BE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE82

Black with #C0BE82

Text Example


Text Example

White with #C0BE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE82; }

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

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

background-color css

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

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

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

border-color css

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

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

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