Html Css Color HEX #C1CA4A Celery

📋 copy color: '#C1CA4A'

red 193 ◦ green 202 ◦ blue 74

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

Shades of Celery #C1CA4A

Tints of Celery #C1CA4A

RGB

 RED value IS 193 (75.78% from 255) = 41.15%

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

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

R = 41.15%
G = 43.07%
B = 15.78%

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

#C1CA4A (or 0xC1CA4A) is known color: Celery. HEX triplet: C1, CA and 4A. RGB value is (193,202,74). Sum of RGB (Red+Green+Blue) = 193+202+74=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CA4A is #3E35B5. Grayscale: #B9B9B9. Windows color (decimal): -4076982 or 4901569. OLE color: 4901569.

HSL color Cylindrical-coordinate representation of color #C1CA4A: hue angle of 64.22º 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 #C1CA4A is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 202 74 -
CMYK 0.04 0 0.63 0.21
HSL 64.22º 0.55% 0.54% -
HSV(B) 64.22º 0.63% 0.79% -
XYZ 44.35 54.07 14.58 -
YUV 184.72 65.52 133.91 -
System Red Green Blue C M Y K H S L
Decimal 193 202 74 0.04 0 0.63 0.21 64.22 0.55 0.54
Hex C1 CA 4A 4 0 3F 15 40 37 36
Octal 301 312 112 4 0 77 25 100 67 66
Binary 11000001 11001010 1001010 100 0 111111 10101 1000000 110111 110110

Color Harmonies of #C1CA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CA4A

Black with #C1CA4A

Text Example


Text Example

White with #C1CA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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