Html Css Color HEX #C4C048 Celery

📋 copy color: '#C4C048'

red 196 ◦ green 192 ◦ blue 72

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

Shades of Celery #C4C048

Tints of Celery #C4C048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.65%

R = 42.61%
G = 41.74%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C4C048 (or 0xC4C048) is known color: Celery. HEX triplet: C4, C0 and 48. RGB value is (196,192,72). Sum of RGB (Red+Green+Blue) = 196+192+72=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C048 is #3B3FB7. Grayscale: #B3B3B3. Windows color (decimal): -3882936 or 4767940. OLE color: 4767940.

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

Color convert

RGB 196 192 72 -
CMYK 0 0.02 0.63 0.23
HSL 58.06º 0.51% 0.53% -
HSV(B) 58.06º 0.63% 0.77% -
XYZ 42.78 49.9 13.51 -
YUV 179.52 67.33 139.76 -
System Red Green Blue C M Y K H S L
Decimal 196 192 72 0 0.02 0.63 0.23 58.06 0.51 0.53
Hex C4 C0 48 0 2 3F 17 3A 33 35
Octal 304 300 110 0 2 77 27 72 63 65
Binary 11000100 11000000 1001000 0 10 111111 10111 111010 110011 110101

Color Harmonies of #C4C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C048

Black with #C4C048

Text Example


Text Example

White with #C4C048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C048; }

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

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

background-color css

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

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

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

border-color css

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

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

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