Html Css Color HEX #C2BF49 Celery

📋 copy color: '#C2BF49'

red 194 ◦ green 191 ◦ blue 73

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

Shades of Celery #C2BF49

Tints of Celery #C2BF49

RGB

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

 GREEN value IS 191 (75% from 255) = 41.7%

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

R = 42.36%
G = 41.7%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2BF49 (or 0xC2BF49) is known color: Celery. HEX triplet: C2, BF and 49. RGB value is (194,191,73). Sum of RGB (Red+Green+Blue) = 194+191+73=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 73 (28.91% from 255 or 15.94% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF49 is #3D40B6. Grayscale: #B2B2B2. Windows color (decimal): -4014263 or 4833218. OLE color: 4833218.

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

Color convert

RGB 194 191 73 -
CMYK 0 0.02 0.62 0.24
HSL 58.51º 0.5% 0.52% -
HSV(B) 58.51º 0.62% 0.76% -
XYZ 42.08 49.21 13.58 -
YUV 178.45 68.49 139.09 -
System Red Green Blue C M Y K H S L
Decimal 194 191 73 0 0.02 0.62 0.24 58.51 0.5 0.52
Hex C2 BF 49 0 2 3E 18 3B 32 34
Octal 302 277 111 0 2 76 30 73 62 64
Binary 11000010 10111111 1001001 0 10 111110 11000 111011 110010 110100

Color Harmonies of #C2BF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF49

Black with #C2BF49

Text Example


Text Example

White with #C2BF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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