Html Css Color HEX #C2BC49 Celery

📋 copy color: '#C2BC49'

red 194 ◦ green 188 ◦ blue 73

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

Shades of Celery #C2BC49

Tints of Celery #C2BC49

RGB

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

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

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

R = 42.64%
G = 41.32%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2BC49 (or 0xC2BC49) is known color: Celery. HEX triplet: C2, BC and 49. RGB value is (194,188,73). Sum of RGB (Red+Green+Blue) = 194+188+73=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BC49 is #3D43B6. Grayscale: #B1B1B1. Windows color (decimal): -4015031 or 4832450. OLE color: 4832450.

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

Color convert

RGB 194 188 73 -
CMYK 0 0.03 0.62 0.24
HSL 57.02º 0.5% 0.52% -
HSV(B) 57.02º 0.62% 0.76% -
XYZ 41.43 47.92 13.37 -
YUV 176.68 69.49 140.35 -
System Red Green Blue C M Y K H S L
Decimal 194 188 73 0 0.03 0.62 0.24 57.02 0.5 0.52
Hex C2 BC 49 0 3 3E 18 39 32 34
Octal 302 274 111 0 3 76 30 71 62 64
Binary 11000010 10111100 1001001 0 11 111110 11000 111001 110010 110100

Color Harmonies of #C2BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC49

Black with #C2BC49

Text Example


Text Example

White with #C2BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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