Html Css Color HEX #C0CB79 Pine Glade

📋 copy color: '#C0CB79'

red 192 ◦ green 203 ◦ blue 121

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

Shades of Pine Glade #C0CB79

Tints of Pine Glade #C0CB79

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.34%

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

R = 37.21%
G = 39.34%
B = 23.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#C0CB79 (or 0xC0CB79) is known color: Pine Glade. HEX triplet: C0, CB and 79. RGB value is (192,203,121). Sum of RGB (Red+Green+Blue) = 192+203+121=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 121 (47.66% from 255 or 23.45% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CB79 is #3F3486. Grayscale: #BEBEBE. Windows color (decimal): -4142215 or 7982016. OLE color: 7982016.

HSL color Cylindrical-coordinate representation of color #C0CB79: hue angle of 68.05º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0CB79 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 203 121 -
CMYK 0.05 0 0.40 0.20
HSL 68.05º 0.44% 0.64% -
HSV(B) 68.05º 0.4% 0.8% -
XYZ 46.55 55.3 26.31 -
YUV 190.36 88.86 129.17 -
System Red Green Blue C M Y K H S L
Decimal 192 203 121 0.05 0 0.40 0.20 68.05 0.44 0.64
Hex C0 CB 79 5 0 28 14 44 2C 40
Octal 300 313 171 5 0 50 24 104 54 100
Binary 11000000 11001011 1111001 101 0 101000 10100 1000100 101100 1000000

Color Harmonies of #C0CB79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CB79

Black with #C0CB79

Text Example


Text Example

White with #C0CB79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CB79; }

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

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

background-color css

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

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

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

border-color css

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

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

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