Html Css Color HEX #C2CB74 Pine Glade

📋 copy color: '#C2CB74'

red 194 ◦ green 203 ◦ blue 116

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

Shades of Pine Glade #C2CB74

Tints of Pine Glade #C2CB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.61%

R = 37.82%
G = 39.57%
B = 22.61%

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

#C2CB74 (or 0xC2CB74) is known color: Pine Glade. HEX triplet: C2, CB and 74. RGB value is (194,203,116). Sum of RGB (Red+Green+Blue) = 194+203+116=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CB74 is #3D348B. Grayscale: #BEBEBE. Windows color (decimal): -4011148 or 7654338. OLE color: 7654338.

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

Color convert

RGB 194 203 116 -
CMYK 0.04 0 0.43 0.20
HSL 66.21º 0.46% 0.63% -
HSV(B) 66.21º 0.43% 0.8% -
XYZ 46.76 55.44 24.76 -
YUV 190.39 86.02 130.57 -
System Red Green Blue C M Y K H S L
Decimal 194 203 116 0.04 0 0.43 0.20 66.21 0.46 0.63
Hex C2 CB 74 4 0 2B 14 42 2E 3F
Octal 302 313 164 4 0 53 24 102 56 77
Binary 11000010 11001011 1110100 100 0 101011 10100 1000010 101110 111111

Color Harmonies of #C2CB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CB74

Black with #C2CB74

Text Example


Text Example

White with #C2CB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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