Html Css Color HEX #C2CB73 Pine Glade

📋 copy color: '#C2CB73'

red 194 ◦ green 203 ◦ blue 115

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

Shades of Pine Glade #C2CB73

Tints of Pine Glade #C2CB73

RGB

 RED value IS 194 (76.17% from 255) = 37.89%

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

 BLUE value IS 115 (45.31% from 255) = 22.46%

R = 37.89%
G = 39.65%
B = 22.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#C2CB73 (or 0xC2CB73) is known color: Pine Glade. HEX triplet: C2, CB and 73. RGB value is (194,203,115). Sum of RGB (Red+Green+Blue) = 194+203+115=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CB73 is #3D348C. Grayscale: #BEBEBE. Windows color (decimal): -4011149 or 7588802. OLE color: 7588802.

HSL color Cylindrical-coordinate representation of color #C2CB73: hue angle of 66.14º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2CB73 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 203 115 -
CMYK 0.04 0 0.43 0.20
HSL 66.14º 0.46% 0.62% -
HSV(B) 66.14º 0.43% 0.8% -
XYZ 46.7 55.42 24.46 -
YUV 190.28 85.52 130.66 -
System Red Green Blue C M Y K H S L
Decimal 194 203 115 0.04 0 0.43 0.20 66.14 0.46 0.62
Hex C2 CB 73 4 0 2B 14 42 2E 3E
Octal 302 313 163 4 0 53 24 102 56 76
Binary 11000010 11001011 1110011 100 0 101011 10100 1000010 101110 111110

Color Harmonies of #C2CB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CB73

Black with #C2CB73

Text Example


Text Example

White with #C2CB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CB73; }

 p { color: rgb(194,203,115); }

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

background-color css

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

 a { background-color: rgb(194,203,115); }

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

border-color css

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

 span { border-color: rgb(194,203,115); }

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