Html Css Color HEX #C4CA4A Celery

📋 copy color: '#C4CA4A'

red 196 ◦ green 202 ◦ blue 74

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

Shades of Celery #C4CA4A

Tints of Celery #C4CA4A

RGB

 RED value IS 196 (76.95% from 255) = 41.53%

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

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

R = 41.53%
G = 42.8%
B = 15.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C4CA4A (or 0xC4CA4A) is known color: Celery. HEX triplet: C4, CA and 4A. RGB value is (196,202,74). Sum of RGB (Red+Green+Blue) = 196+202+74=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CA4A is #3B35B5. Grayscale: #BABABA. Windows color (decimal): -3880374 or 4901572. OLE color: 4901572.

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

Color convert

RGB 196 202 74 -
CMYK 0.03 0 0.63 0.21
HSL 62.81º 0.55% 0.54% -
HSV(B) 62.81º 0.63% 0.79% -
XYZ 45.12 54.47 14.61 -
YUV 185.61 65.01 135.41 -
System Red Green Blue C M Y K H S L
Decimal 196 202 74 0.03 0 0.63 0.21 62.81 0.55 0.54
Hex C4 CA 4A 3 0 3F 15 3F 37 36
Octal 304 312 112 3 0 77 25 77 67 66
Binary 11000100 11001010 1001010 11 0 111111 10101 111111 110111 110110

Color Harmonies of #C4CA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CA4A

Black with #C4CA4A

Text Example


Text Example

White with #C4CA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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