Html Css Color HEX #C2CA4F Celery

📋 copy color: '#C2CA4F'

red 194 ◦ green 202 ◦ blue 79

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

Shades of Celery #C2CA4F

Tints of Celery #C2CA4F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.53%

 BLUE value IS 79 (31.25% from 255) = 16.63%

R = 40.84%
G = 42.53%
B = 16.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C2CA4F (or 0xC2CA4F) is known color: Celery. HEX triplet: C2, CA and 4F. RGB value is (194,202,79). Sum of RGB (Red+Green+Blue) = 194+202+79=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 79 (31.25% from 255 or 16.63% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CA4F is #3D35B0. Grayscale: #BABABA. Windows color (decimal): -4011441 or 5229250. OLE color: 5229250.

HSL color Cylindrical-coordinate representation of color #C2CA4F: hue angle of 63.9º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2CA4F is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 202 79 -
CMYK 0.04 0 0.61 0.21
HSL 63.9º 0.54% 0.55% -
HSV(B) 63.9º 0.61% 0.79% -
XYZ 44.78 54.27 15.51 -
YUV 185.59 67.85 134 -
System Red Green Blue C M Y K H S L
Decimal 194 202 79 0.04 0 0.61 0.21 63.9 0.54 0.55
Hex C2 CA 4F 4 0 3D 15 40 36 37
Octal 302 312 117 4 0 75 25 100 66 67
Binary 11000010 11001010 1001111 100 0 111101 10101 1000000 110110 110111

Color Harmonies of #C2CA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CA4F

Black with #C2CA4F

Text Example


Text Example

White with #C2CA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CA4F; }

 p { color: rgb(194,202,79); }

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

background-color css

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

 a { background-color: rgb(194,202,79); }

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

border-color css

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

 span { border-color: rgb(194,202,79); }

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