Html Css Color HEX #C2BC48 Celery

📋 copy color: '#C2BC48'

red 194 ◦ green 188 ◦ blue 72

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

Shades of Celery #C2BC48

Tints of Celery #C2BC48

RGB

 RED value IS 194 (76.17% from 255) = 42.73%

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

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

R = 42.73%
G = 41.41%
B = 15.86%

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

#C2BC48 (or 0xC2BC48) is known color: Celery. HEX triplet: C2, BC and 48. RGB value is (194,188,72). Sum of RGB (Red+Green+Blue) = 194+188+72=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BC48 is #3D43B7. Grayscale: #B1B1B1. Windows color (decimal): -4015032 or 4766914. OLE color: 4766914.

HSL color Cylindrical-coordinate representation of color #C2BC48: hue angle of 57.05º degrees, saturation: 0.5, 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 #C2BC48 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 188 72 -
CMYK 0 0.03 0.63 0.24
HSL 57.05º 0.5% 0.52% -
HSV(B) 57.05º 0.63% 0.76% -
XYZ 41.4 47.9 13.2 -
YUV 176.57 68.99 140.43 -
System Red Green Blue C M Y K H S L
Decimal 194 188 72 0 0.03 0.63 0.24 57.05 0.5 0.52
Hex C2 BC 48 0 3 3F 18 39 32 34
Octal 302 274 110 0 3 77 30 71 62 64
Binary 11000010 10111100 1001000 0 11 111111 11000 111001 110010 110100

Color Harmonies of #C2BC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC48

Black with #C2BC48

Text Example


Text Example

White with #C2BC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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