Html Css Color HEX #C4C34A Celery

📋 copy color: '#C4C34A'

red 196 ◦ green 195 ◦ blue 74

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

Shades of Celery #C4C34A

Tints of Celery #C4C34A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.94%

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

R = 42.15%
G = 41.94%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4C34A (or 0xC4C34A) is known color: Celery. HEX triplet: C4, C3 and 4A. RGB value is (196,195,74). Sum of RGB (Red+Green+Blue) = 196+195+74=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C34A is #3B3CB5. Grayscale: #B5B5B5. Windows color (decimal): -3882166 or 4899780. OLE color: 4899780.

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

Color convert

RGB 196 195 74 -
CMYK 0 0.01 0.62 0.23
HSL 59.51º 0.51% 0.53% -
HSV(B) 59.51º 0.62% 0.77% -
XYZ 43.52 51.26 14.08 -
YUV 181.51 67.33 138.34 -
System Red Green Blue C M Y K H S L
Decimal 196 195 74 0 0.01 0.62 0.23 59.51 0.51 0.53
Hex C4 C3 4A 0 1 3E 17 3C 33 35
Octal 304 303 112 0 1 76 27 74 63 65
Binary 11000100 11000011 1001010 0 1 111110 10111 111100 110011 110101

Color Harmonies of #C4C34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C34A

Black with #C4C34A

Text Example


Text Example

White with #C4C34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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