Html Css Color HEX #C5BF49 Celery

📋 copy color: '#C5BF49'

red 197 ◦ green 191 ◦ blue 73

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

Shades of Celery #C5BF49

Tints of Celery #C5BF49

RGB

 RED value IS 197 (77.34% from 255) = 42.73%

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

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

R = 42.73%
G = 41.43%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C5BF49 (or 0xC5BF49) is known color: Celery. HEX triplet: C5, BF and 49. RGB value is (197,191,73). Sum of RGB (Red+Green+Blue) = 197+191+73=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BF49 is #3A40B6. Grayscale: #B3B3B3. Windows color (decimal): -3817655 or 4833221. OLE color: 4833221.

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

Color convert

RGB 197 191 73 -
CMYK 0 0.03 0.63 0.23
HSL 57.1º 0.52% 0.53% -
HSV(B) 57.1º 0.63% 0.77% -
XYZ 42.86 49.61 13.62 -
YUV 179.34 67.99 140.59 -
System Red Green Blue C M Y K H S L
Decimal 197 191 73 0 0.03 0.63 0.23 57.1 0.52 0.53
Hex C5 BF 49 0 3 3F 17 39 34 35
Octal 305 277 111 0 3 77 27 71 64 65
Binary 11000101 10111111 1001001 0 11 111111 10111 111001 110100 110101

Color Harmonies of #C5BF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BF49

Black with #C5BF49

Text Example


Text Example

White with #C5BF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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