Html Css Color HEX #C4C14E Celery

📋 copy color: '#C4C14E'

red 196 ◦ green 193 ◦ blue 78

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

Shades of Celery #C4C14E

Tints of Celery #C4C14E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.33%

 BLUE value IS 78 (30.86% from 255) = 16.7%

R = 41.97%
G = 41.33%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4C14E (or 0xC4C14E) is known color: Celery. HEX triplet: C4, C1 and 4E. RGB value is (196,193,78). Sum of RGB (Red+Green+Blue) = 196+193+78=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 78 (30.86% from 255 or 16.70% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C14E is #3B3EB1. Grayscale: #B5B5B5. Windows color (decimal): -3882674 or 5161412. OLE color: 5161412.

HSL color Cylindrical-coordinate representation of color #C4C14E: hue angle of 58.47º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4C14E is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 193 78 -
CMYK 0 0.02 0.60 0.23
HSL 58.47º 0.5% 0.54% -
HSV(B) 58.47º 0.6% 0.77% -
XYZ 43.21 50.43 14.66 -
YUV 180.79 69.99 138.85 -
System Red Green Blue C M Y K H S L
Decimal 196 193 78 0 0.02 0.60 0.23 58.47 0.5 0.54
Hex C4 C1 4E 0 2 3C 17 3A 32 36
Octal 304 301 116 0 2 74 27 72 62 66
Binary 11000100 11000001 1001110 0 10 111100 10111 111010 110010 110110

Color Harmonies of #C4C14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C14E

Black with #C4C14E

Text Example


Text Example

White with #C4C14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C14E; }

 p { color: rgb(196,193,78); }

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

background-color css

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

 a { background-color: rgb(196,193,78); }

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

border-color css

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

 span { border-color: rgb(196,193,78); }

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