Html Css Color HEX #C5C04A Celery

📋 copy color: '#C5C04A'

red 197 ◦ green 192 ◦ blue 74

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

Shades of Celery #C5C04A

Tints of Celery #C5C04A

RGB

 RED value IS 197 (77.34% from 255) = 42.55%

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

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

R = 42.55%
G = 41.47%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5C04A (or 0xC5C04A) is known color: Celery. HEX triplet: C5, C0 and 4A. RGB value is (197,192,74). Sum of RGB (Red+Green+Blue) = 197+192+74=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C04A is #3A3FB5. Grayscale: #B4B4B4. Windows color (decimal): -3817398 or 4899013. OLE color: 4899013.

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

Color convert

RGB 197 192 74 -
CMYK 0 0.03 0.62 0.23
HSL 57.56º 0.51% 0.53% -
HSV(B) 57.56º 0.62% 0.77% -
XYZ 43.11 50.06 13.87 -
YUV 180.04 68.16 140.09 -
System Red Green Blue C M Y K H S L
Decimal 197 192 74 0 0.03 0.62 0.23 57.56 0.51 0.53
Hex C5 C0 4A 0 3 3E 17 3A 33 35
Octal 305 300 112 0 3 76 27 72 63 65
Binary 11000101 11000000 1001010 0 11 111110 10111 111010 110011 110101

Color Harmonies of #C5C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C04A

Black with #C5C04A

Text Example


Text Example

White with #C5C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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