Html Css Color HEX #C1BC48 Celery

📋 copy color: '#C1BC48'

red 193 ◦ green 188 ◦ blue 72

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

Shades of Celery #C1BC48

Tints of Celery #C1BC48

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.5%

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

R = 42.6%
G = 41.5%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C1BC48 (or 0xC1BC48) is known color: Celery. HEX triplet: C1, BC and 48. RGB value is (193,188,72). Sum of RGB (Red+Green+Blue) = 193+188+72=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BC48 is #3E43B7. Grayscale: #B0B0B0. Windows color (decimal): -4080568 or 4766913. OLE color: 4766913.

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

Color convert

RGB 193 188 72 -
CMYK 0 0.03 0.63 0.24
HSL 57.52º 0.49% 0.52% -
HSV(B) 57.52º 0.63% 0.76% -
XYZ 41.15 47.77 13.18 -
YUV 176.27 69.16 139.93 -
System Red Green Blue C M Y K H S L
Decimal 193 188 72 0 0.03 0.63 0.24 57.52 0.49 0.52
Hex C1 BC 48 0 3 3F 18 3A 31 34
Octal 301 274 110 0 3 77 30 72 61 64
Binary 11000001 10111100 1001000 0 11 111111 11000 111010 110001 110100

Color Harmonies of #C1BC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BC48

Black with #C1BC48

Text Example


Text Example

White with #C1BC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BC48; }

 p { color: rgb(193,188,72); }

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

background-color css

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

 a { background-color: rgb(193,188,72); }

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

border-color css

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

 span { border-color: rgb(193,188,72); }

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