Html Css Color HEX #C5B513 Bird Flower

📋 copy color: '#C5B513'

red 197 ◦ green 181 ◦ blue 19

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

Shades of Bird Flower #C5B513

Tints of Bird Flower #C5B513

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.59%

 BLUE value IS 19 (7.81% from 255) = 4.79%

R = 49.62%
G = 45.59%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C5B513 (or 0xC5B513) is known color: Bird Flower. HEX triplet: C5, B5 and 13. RGB value is (197,181,19). Sum of RGB (Red+Green+Blue) = 197+181+19=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 19 (7.81% from 255 or 4.79% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B513 is #3A4AEC. Grayscale: #A7A7A7. Windows color (decimal): -3820269 or 1291717. OLE color: 1291717.

HSL color Cylindrical-coordinate representation of color #C5B513: hue angle of 54.61º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5B513 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 181 19 -
CMYK 0 0.08 0.90 0.23
HSL 54.61º 0.82% 0.42% -
HSV(B) 54.61º 0.9% 0.77% -
XYZ 39.67 44.97 7.2 -
YUV 167.32 44.3 149.17 -
System Red Green Blue C M Y K H S L
Decimal 197 181 19 0 0.08 0.90 0.23 54.61 0.82 0.42
Hex C5 B5 13 0 8 5A 17 37 52 2A
Octal 305 265 23 0 10 132 27 67 122 52
Binary 11000101 10110101 10011 0 1000 1011010 10111 110111 1010010 101010

Color Harmonies of #C5B513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B513

Black with #C5B513

Text Example


Text Example

White with #C5B513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B513; }

 p { color: rgb(197,181,19); }

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

background-color css

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

 a { background-color: rgb(197,181,19); }

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

border-color css

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

 span { border-color: rgb(197,181,19); }

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