Html Css Color HEX #C5B820 Bird Flower

📋 copy color: '#C5B820'

red 197 ◦ green 184 ◦ blue 32

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

Shades of Bird Flower #C5B820

Tints of Bird Flower #C5B820

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.55%

 BLUE value IS 32 (12.89% from 255) = 7.75%

R = 47.7%
G = 44.55%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5B820 (or 0xC5B820) is known color: Bird Flower. HEX triplet: C5, B8 and 20. RGB value is (197,184,32). Sum of RGB (Red+Green+Blue) = 197+184+32=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 184 (72.27% from 255 or 44.55% from 413); Blue value is 32 (12.89% from 255 or 7.75% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B820 is #3A47DF. Grayscale: #ABABAB. Windows color (decimal): -3819488 or 2144453. OLE color: 2144453.

HSL color Cylindrical-coordinate representation of color #C5B820: hue angle of 55.27º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5B820 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 184 32 -
CMYK 0 0.07 0.84 0.23
HSL 55.27º 0.72% 0.45% -
HSV(B) 55.27º 0.84% 0.77% -
XYZ 40.43 46.26 8.16 -
YUV 170.56 49.81 146.86 -
System Red Green Blue C M Y K H S L
Decimal 197 184 32 0 0.07 0.84 0.23 55.27 0.72 0.45
Hex C5 B8 20 0 7 54 17 37 48 2D
Octal 305 270 40 0 7 124 27 67 110 55
Binary 11000101 10111000 100000 0 111 1010100 10111 110111 1001000 101101

Color Harmonies of #C5B820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B820

Black with #C5B820

Text Example


Text Example

White with #C5B820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B820; }

 p { color: rgb(197,184,32); }

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

background-color css

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

 a { background-color: rgb(197,184,32); }

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

border-color css

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

 span { border-color: rgb(197,184,32); }

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