Html Css Color HEX #C2BD49 Celery

📋 copy color: '#C2BD49'

red 194 ◦ green 189 ◦ blue 73

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

Shades of Celery #C2BD49

Tints of Celery #C2BD49

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.45%

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

R = 42.54%
G = 41.45%
B = 16.01%

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

#C2BD49 (or 0xC2BD49) is known color: Celery. HEX triplet: C2, BD and 49. RGB value is (194,189,73). Sum of RGB (Red+Green+Blue) = 194+189+73=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD49 is #3D42B6. Grayscale: #B1B1B1. Windows color (decimal): -4014775 or 4832706. OLE color: 4832706.

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

Color convert

RGB 194 189 73 -
CMYK 0 0.03 0.62 0.24
HSL 57.52º 0.5% 0.52% -
HSV(B) 57.52º 0.62% 0.76% -
XYZ 41.65 48.35 13.44 -
YUV 177.27 69.16 139.93 -
System Red Green Blue C M Y K H S L
Decimal 194 189 73 0 0.03 0.62 0.24 57.52 0.5 0.52
Hex C2 BD 49 0 3 3E 18 3A 32 34
Octal 302 275 111 0 3 76 30 72 62 64
Binary 11000010 10111101 1001001 0 11 111110 11000 111010 110010 110100

Color Harmonies of #C2BD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD49

Black with #C2BD49

Text Example


Text Example

White with #C2BD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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