Html Css Color HEX #C6C149 Celery

📋 copy color: '#C6C149'

red 198 ◦ green 193 ◦ blue 73

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

Shades of Celery #C6C149

Tints of Celery #C6C149

RGB

 RED value IS 198 (77.73% from 255) = 42.67%

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

 BLUE value IS 73 (28.91% from 255) = 15.73%

R = 42.67%
G = 41.59%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6C149 (or 0xC6C149) is known color: Celery. HEX triplet: C6, C1 and 49. RGB value is (198,193,73). Sum of RGB (Red+Green+Blue) = 198+193+73=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C149 is #393EB6. Grayscale: #B5B5B5. Windows color (decimal): -3751607 or 4833734. OLE color: 4833734.

HSL color Cylindrical-coordinate representation of color #C6C149: hue angle of 57.6º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6C149 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 193 73 -
CMYK 0 0.03 0.63 0.22
HSL 57.6º 0.52% 0.53% -
HSV(B) 57.6º 0.63% 0.78% -
XYZ 43.56 50.63 13.78 -
YUV 180.82 67.16 140.26 -
System Red Green Blue C M Y K H S L
Decimal 198 193 73 0 0.03 0.63 0.22 57.6 0.52 0.53
Hex C6 C1 49 0 3 3F 16 3A 34 35
Octal 306 301 111 0 3 77 26 72 64 65
Binary 11000110 11000001 1001001 0 11 111111 10110 111010 110100 110101

Color Harmonies of #C6C149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C149

Black with #C6C149

Text Example


Text Example

White with #C6C149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C149; }

 p { color: rgb(198,193,73); }

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

background-color css

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

 a { background-color: rgb(198,193,73); }

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

border-color css

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

 span { border-color: rgb(198,193,73); }

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