Html Css Color HEX #C5B810 Bird Flower

📋 copy color: '#C5B810'

red 197 ◦ green 184 ◦ blue 16

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

Shades of Bird Flower #C5B810

Tints of Bird Flower #C5B810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.03%

R = 49.62%
G = 46.35%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C5B810 (or 0xC5B810) is known color: Bird Flower. HEX triplet: C5, B8 and 10. RGB value is (197,184,16). Sum of RGB (Red+Green+Blue) = 197+184+16=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B810 is #3A47EF. Grayscale: #A9A9A9. Windows color (decimal): -3819504 or 1095877. OLE color: 1095877.

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

Color convert

RGB 197 184 16 -
CMYK 0 0.07 0.92 0.23
HSL 55.69º 0.85% 0.42% -
HSV(B) 55.69º 0.92% 0.77% -
XYZ 40.26 46.19 7.28 -
YUV 168.74 41.81 148.16 -
System Red Green Blue C M Y K H S L
Decimal 197 184 16 0 0.07 0.92 0.23 55.69 0.85 0.42
Hex C5 B8 10 0 7 5C 17 38 55 2A
Octal 305 270 20 0 7 134 27 70 125 52
Binary 11000101 10111000 10000 0 111 1011100 10111 111000 1010101 101010

Color Harmonies of #C5B810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B810

Black with #C5B810

Text Example


Text Example

White with #C5B810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B810; }

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

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

background-color css

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

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

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

border-color css

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

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

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