Html Css Color HEX #C3C66F Pine Glade

📋 copy color: '#C3C66F'

red 195 ◦ green 198 ◦ blue 111

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

Shades of Pine Glade #C3C66F

Tints of Pine Glade #C3C66F

RGB

 RED value IS 195 (76.56% from 255) = 38.69%

 GREEN value IS 198 (77.73% from 255) = 39.29%

 BLUE value IS 111 (43.75% from 255) = 22.02%

R = 38.69%
G = 39.29%
B = 22.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C3C66F (or 0xC3C66F) is known color: Pine Glade. HEX triplet: C3, C6 and 6F. RGB value is (195,198,111). Sum of RGB (Red+Green+Blue) = 195+198+111=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 111 (43.75% from 255 or 22.02% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C66F is #3C3990. Grayscale: #BBBBBB. Windows color (decimal): -3946897 or 7325379. OLE color: 7325379.

HSL color Cylindrical-coordinate representation of color #C3C66F: hue angle of 62.07º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C3C66F is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 198 111 -
CMYK 0.02 0 0.44 0.22
HSL 62.07º 0.43% 0.61% -
HSV(B) 62.07º 0.44% 0.78% -
XYZ 45.57 53.14 22.89 -
YUV 187.19 85.01 133.57 -
System Red Green Blue C M Y K H S L
Decimal 195 198 111 0.02 0 0.44 0.22 62.07 0.43 0.61
Hex C3 C6 6F 2 0 2C 16 3E 2B 3D
Octal 303 306 157 2 0 54 26 76 53 75
Binary 11000011 11000110 1101111 10 0 101100 10110 111110 101011 111101

Color Harmonies of #C3C66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C66F

Black with #C3C66F

Text Example


Text Example

White with #C3C66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C66F; }

 p { color: rgb(195,198,111); }

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

background-color css

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

 a { background-color: rgb(195,198,111); }

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

border-color css

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

 span { border-color: rgb(195,198,111); }

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