Html Css Color HEX #C4C046 Celery

📋 copy color: '#C4C046'

red 196 ◦ green 192 ◦ blue 70

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

Shades of Celery #C4C046

Tints of Celery #C4C046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.28%

R = 42.79%
G = 41.92%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C4C046 (or 0xC4C046) is known color: Celery. HEX triplet: C4, C0 and 46. RGB value is (196,192,70). Sum of RGB (Red+Green+Blue) = 196+192+70=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 70 (27.73% from 255 or 15.28% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C046 is #3B3FB9. Grayscale: #B3B3B3. Windows color (decimal): -3882938 or 4636868. OLE color: 4636868.

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

Color convert

RGB 196 192 70 -
CMYK 0 0.02 0.64 0.23
HSL 58.1º 0.52% 0.52% -
HSV(B) 58.1º 0.64% 0.77% -
XYZ 42.72 49.88 13.17 -
YUV 179.29 66.33 139.92 -
System Red Green Blue C M Y K H S L
Decimal 196 192 70 0 0.02 0.64 0.23 58.1 0.52 0.52
Hex C4 C0 46 0 2 40 17 3A 34 34
Octal 304 300 106 0 2 100 27 72 64 64
Binary 11000100 11000000 1000110 0 10 1000000 10111 111010 110100 110100

Color Harmonies of #C4C046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C046

Black with #C4C046

Text Example


Text Example

White with #C4C046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C046; }

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

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

background-color css

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

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

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

border-color css

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

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

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