Html Css Color HEX #C2CA44 Celery

📋 copy color: '#C2CA44'

red 194 ◦ green 202 ◦ blue 68

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

Shades of Celery #C2CA44

Tints of Celery #C2CA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.66%

R = 41.81%
G = 43.53%
B = 14.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C2CA44 (or 0xC2CA44) is known color: Celery. HEX triplet: C2, CA and 44. RGB value is (194,202,68). Sum of RGB (Red+Green+Blue) = 194+202+68=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 68 (26.95% from 255 or 14.66% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CA44 is #3D35BB. Grayscale: #B8B8B8. Windows color (decimal): -4011452 or 4508354. OLE color: 4508354.

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

Color convert

RGB 194 202 68 -
CMYK 0.04 0 0.66 0.21
HSL 63.58º 0.56% 0.53% -
HSV(B) 63.58º 0.66% 0.79% -
XYZ 44.41 54.13 13.58 -
YUV 184.33 62.35 134.9 -
System Red Green Blue C M Y K H S L
Decimal 194 202 68 0.04 0 0.66 0.21 63.58 0.56 0.53
Hex C2 CA 44 4 0 42 15 40 38 35
Octal 302 312 104 4 0 102 25 100 70 65
Binary 11000010 11001010 1000100 100 0 1000010 10101 1000000 111000 110101

Color Harmonies of #C2CA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CA44

Black with #C2CA44

Text Example


Text Example

White with #C2CA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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