Html Css Color HEX #C1BA49 Celery

📋 copy color: '#C1BA49'

red 193 ◦ green 186 ◦ blue 73

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

Shades of Celery #C1BA49

Tints of Celery #C1BA49

RGB

 RED value IS 193 (75.78% from 255) = 42.7%

 GREEN value IS 186 (73.05% from 255) = 41.15%

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

R = 42.7%
G = 41.15%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1BA49 (or 0xC1BA49) is known color: Celery. HEX triplet: C1, BA and 49. RGB value is (193,186,73). Sum of RGB (Red+Green+Blue) = 193+186+73=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 73 (28.91% from 255 or 16.15% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BA49 is #3E45B6. Grayscale: #AFAFAF. Windows color (decimal): -4081079 or 4831937. OLE color: 4831937.

HSL color Cylindrical-coordinate representation of color #C1BA49: hue angle of 56.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1BA49 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 186 73 -
CMYK 0 0.04 0.62 0.24
HSL 56.5º 0.49% 0.52% -
HSV(B) 56.5º 0.62% 0.76% -
XYZ 40.75 46.94 13.21 -
YUV 175.21 70.32 140.69 -
System Red Green Blue C M Y K H S L
Decimal 193 186 73 0 0.04 0.62 0.24 56.5 0.49 0.52
Hex C1 BA 49 0 4 3E 18 38 31 34
Octal 301 272 111 0 4 76 30 70 61 64
Binary 11000001 10111010 1001001 0 100 111110 11000 111000 110001 110100

Color Harmonies of #C1BA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BA49

Black with #C1BA49

Text Example


Text Example

White with #C1BA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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