Html Css Color HEX #C0BE84 Pine Glade

📋 copy color: '#C0BE84'

red 192 ◦ green 190 ◦ blue 132

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

Shades of Pine Glade #C0BE84

Tints of Pine Glade #C0BE84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.68%

R = 37.35%
G = 36.96%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C0BE84 (or 0xC0BE84) is known color: Pine Glade. HEX triplet: C0, BE and 84. RGB value is (192,190,132). Sum of RGB (Red+Green+Blue) = 192+190+132=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BE84 is #3F417B. Grayscale: #B8B8B8. Windows color (decimal): -4145532 or 8699584. OLE color: 8699584.

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

Color convert

RGB 192 190 132 -
CMYK 0 0.01 0.31 0.25
HSL 58º 0.32% 0.64% -
HSV(B) 58º 0.31% 0.75% -
XYZ 44.32 49.7 29.09 -
YUV 183.99 98.66 133.72 -
System Red Green Blue C M Y K H S L
Decimal 192 190 132 0 0.01 0.31 0.25 58 0.32 0.64
Hex C0 BE 84 0 1 1F 19 3A 20 40
Octal 300 276 204 0 1 37 31 72 40 100
Binary 11000000 10111110 10000100 0 1 11111 11001 111010 100000 1000000

Color Harmonies of #C0BE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE84

Black with #C0BE84

Text Example


Text Example

White with #C0BE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE84; }

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

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

background-color css

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

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

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

border-color css

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

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

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