Html Css Color HEX #C4C04A Celery

📋 copy color: '#C4C04A'

red 196 ◦ green 192 ◦ blue 74

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

Shades of Celery #C4C04A

Tints of Celery #C4C04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.56%

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

R = 42.42%
G = 41.56%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4C04A (or 0xC4C04A) is known color: Celery. HEX triplet: C4, C0 and 4A. RGB value is (196,192,74). Sum of RGB (Red+Green+Blue) = 196+192+74=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C04A is #3B3FB5. Grayscale: #B4B4B4. Windows color (decimal): -3882934 or 4899012. OLE color: 4899012.

HSL color Cylindrical-coordinate representation of color #C4C04A: hue angle of 58.03º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4C04A is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 192 74 -
CMYK 0 0.02 0.62 0.23
HSL 58.03º 0.51% 0.53% -
HSV(B) 58.03º 0.62% 0.77% -
XYZ 42.85 49.93 13.86 -
YUV 179.74 68.33 139.59 -
System Red Green Blue C M Y K H S L
Decimal 196 192 74 0 0.02 0.62 0.23 58.03 0.51 0.53
Hex C4 C0 4A 0 2 3E 17 3A 33 35
Octal 304 300 112 0 2 76 27 72 63 65
Binary 11000100 11000000 1001010 0 10 111110 10111 111010 110011 110101

Color Harmonies of #C4C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C04A

Black with #C4C04A

Text Example


Text Example

White with #C4C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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