Html Css Color HEX #C2CA42 Celery

📋 copy color: '#C2CA42'

red 194 ◦ green 202 ◦ blue 66

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

Shades of Celery #C2CA42

Tints of Celery #C2CA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.29%

R = 41.99%
G = 43.72%
B = 14.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C2CA42 (or 0xC2CA42) is known color: Celery. HEX triplet: C2, CA and 42. RGB value is (194,202,66). Sum of RGB (Red+Green+Blue) = 194+202+66=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 66 (26.17% from 255 or 14.29% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CA42 is #3D35BD. Grayscale: #B8B8B8. Windows color (decimal): -4011454 or 4377282. OLE color: 4377282.

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

Color convert

RGB 194 202 66 -
CMYK 0.04 0 0.67 0.21
HSL 63.53º 0.56% 0.53% -
HSV(B) 63.53º 0.67% 0.79% -
XYZ 44.35 54.1 13.26 -
YUV 184.1 61.35 135.06 -
System Red Green Blue C M Y K H S L
Decimal 194 202 66 0.04 0 0.67 0.21 63.53 0.56 0.53
Hex C2 CA 42 4 0 43 15 40 38 35
Octal 302 312 102 4 0 103 25 100 70 65
Binary 11000010 11001010 1000010 100 0 1000011 10101 1000000 111000 110101

Color Harmonies of #C2CA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CA42

Black with #C2CA42

Text Example


Text Example

White with #C2CA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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