Html Css Color HEX #C2CA4A Celery

📋 copy color: '#C2CA4A'

red 194 ◦ green 202 ◦ blue 74

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

Shades of Celery #C2CA4A

Tints of Celery #C2CA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.74%

R = 41.28%
G = 42.98%
B = 15.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C2CA4A (or 0xC2CA4A) is known color: Celery. HEX triplet: C2, CA and 4A. RGB value is (194,202,74). Sum of RGB (Red+Green+Blue) = 194+202+74=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CA4A is #3D35B5. Grayscale: #B9B9B9. Windows color (decimal): -4011446 or 4901570. OLE color: 4901570.

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

Color convert

RGB 194 202 74 -
CMYK 0.04 0 0.63 0.21
HSL 63.75º 0.55% 0.54% -
HSV(B) 63.75º 0.63% 0.79% -
XYZ 44.6 54.2 14.59 -
YUV 185.02 65.35 134.41 -
System Red Green Blue C M Y K H S L
Decimal 194 202 74 0.04 0 0.63 0.21 63.75 0.55 0.54
Hex C2 CA 4A 4 0 3F 15 40 37 36
Octal 302 312 112 4 0 77 25 100 67 66
Binary 11000010 11001010 1001010 100 0 111111 10101 1000000 110111 110110

Color Harmonies of #C2CA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CA4A

Black with #C2CA4A

Text Example


Text Example

White with #C2CA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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