Html Css Color HEX #C5B010 Bird Flower

📋 copy color: '#C5B010'

red 197 ◦ green 176 ◦ blue 16

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

Shades of Bird Flower #C5B010

Tints of Bird Flower #C5B010

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.24%

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

R = 50.64%
G = 45.24%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C5B010 (or 0xC5B010) is known color: Bird Flower. HEX triplet: C5, B0 and 10. RGB value is (197,176,16). Sum of RGB (Red+Green+Blue) = 197+176+16=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5B010 is #3A4FEF. Grayscale: #A4A4A4. Windows color (decimal): -3821552 or 1093829. OLE color: 1093829.

HSL color Cylindrical-coordinate representation of color #C5B010: hue angle of 53.04º 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 #C5B010 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 176 16 -
CMYK 0 0.11 0.92 0.23
HSL 53.04º 0.85% 0.42% -
HSV(B) 53.04º 0.92% 0.77% -
XYZ 38.64 42.96 6.75 -
YUV 164.04 44.46 151.51 -
System Red Green Blue C M Y K H S L
Decimal 197 176 16 0 0.11 0.92 0.23 53.04 0.85 0.42
Hex C5 B0 10 0 B 5C 17 35 55 2A
Octal 305 260 20 0 13 134 27 65 125 52
Binary 11000101 10110000 10000 0 1011 1011100 10111 110101 1010101 101010

Color Harmonies of #C5B010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B010

Black with #C5B010

Text Example


Text Example

White with #C5B010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B010; }

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

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

background-color css

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

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

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

border-color css

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

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

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