Html Css Color HEX #C0C28A Pine Glade

📋 copy color: '#C0C28A'

red 192 ◦ green 194 ◦ blue 138

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

Shades of Pine Glade #C0C28A

Tints of Pine Glade #C0C28A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.02%

 BLUE value IS 138 (54.3% from 255) = 26.34%

R = 36.64%
G = 37.02%
B = 26.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C0C28A (or 0xC0C28A) is known color: Pine Glade. HEX triplet: C0, C2 and 8A. RGB value is (192,194,138). Sum of RGB (Red+Green+Blue) = 192+194+138=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C28A is #3F3D75. Grayscale: #BBBBBB. Windows color (decimal): -4144502 or 9093824. OLE color: 9093824.

HSL color Cylindrical-coordinate representation of color #C0C28A: hue angle of 62.14º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0C28A is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 194 138 -
CMYK 0.01 0 0.29 0.24
HSL 62.14º 0.31% 0.65% -
HSV(B) 62.14º 0.29% 0.76% -
XYZ 45.62 51.63 31.61 -
YUV 187.02 100.34 131.55 -
System Red Green Blue C M Y K H S L
Decimal 192 194 138 0.01 0 0.29 0.24 62.14 0.31 0.65
Hex C0 C2 8A 1 0 1D 18 3E 1F 41
Octal 300 302 212 1 0 35 30 76 37 101
Binary 11000000 11000010 10001010 1 0 11101 11000 111110 11111 1000001

Color Harmonies of #C0C28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C28A

Black with #C0C28A

Text Example


Text Example

White with #C0C28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C28A; }

 p { color: rgb(192,194,138); }

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

background-color css

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

 a { background-color: rgb(192,194,138); }

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

border-color css

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

 span { border-color: rgb(192,194,138); }

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