Html Css Color HEX #C4C245 Celery

📋 copy color: '#C4C245'

red 196 ◦ green 194 ◦ blue 69

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

Shades of Celery #C4C245

Tints of Celery #C4C245

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.27%

 BLUE value IS 69 (27.34% from 255) = 15.03%

R = 42.7%
G = 42.27%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C4C245 (or 0xC4C245) is known color: Celery. HEX triplet: C4, C2 and 45. RGB value is (196,194,69). Sum of RGB (Red+Green+Blue) = 196+194+69=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 69 (27.34% from 255 or 15.03% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C245 is #3B3DBA. Grayscale: #B4B4B4. Windows color (decimal): -3882427 or 4571844. OLE color: 4571844.

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

Color convert

RGB 196 194 69 -
CMYK 0 0.01 0.65 0.23
HSL 59.06º 0.52% 0.52% -
HSV(B) 59.06º 0.65% 0.77% -
XYZ 43.13 50.75 13.15 -
YUV 180.35 65.16 139.16 -
System Red Green Blue C M Y K H S L
Decimal 196 194 69 0 0.01 0.65 0.23 59.06 0.52 0.52
Hex C4 C2 45 0 1 41 17 3B 34 34
Octal 304 302 105 0 1 101 27 73 64 64
Binary 11000100 11000010 1000101 0 1 1000001 10111 111011 110100 110100

Color Harmonies of #C4C245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C245

Black with #C4C245

Text Example


Text Example

White with #C4C245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C245; }

 p { color: rgb(196,194,69); }

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

background-color css

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

 a { background-color: rgb(196,194,69); }

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

border-color css

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

 span { border-color: rgb(196,194,69); }

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