Html Css Color HEX #C2CA46 Celery

📋 copy color: '#C2CA46'

red 194 ◦ green 202 ◦ blue 70

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

Shades of Celery #C2CA46

Tints of Celery #C2CA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.02%

R = 41.63%
G = 43.35%
B = 15.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C2CA46 (or 0xC2CA46) is known color: Celery. HEX triplet: C2, CA and 46. RGB value is (194,202,70). Sum of RGB (Red+Green+Blue) = 194+202+70=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 70 (27.73% from 255 or 15.02% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CA46 is #3D35B9. Grayscale: #B9B9B9. Windows color (decimal): -4011450 or 4639426. OLE color: 4639426.

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

Color convert

RGB 194 202 70 -
CMYK 0.04 0 0.65 0.21
HSL 63.64º 0.55% 0.53% -
HSV(B) 63.64º 0.65% 0.79% -
XYZ 44.47 54.15 13.9 -
YUV 184.56 63.35 134.73 -
System Red Green Blue C M Y K H S L
Decimal 194 202 70 0.04 0 0.65 0.21 63.64 0.55 0.53
Hex C2 CA 46 4 0 41 15 40 37 35
Octal 302 312 106 4 0 101 25 100 67 65
Binary 11000010 11001010 1000110 100 0 1000001 10101 1000000 110111 110101

Color Harmonies of #C2CA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CA46

Black with #C2CA46

Text Example


Text Example

White with #C2CA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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