Html Css Color HEX #C5B011 Bird Flower

📋 copy color: '#C5B011'

red 197 ◦ green 176 ◦ blue 17

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

Shades of Bird Flower #C5B011

Tints of Bird Flower #C5B011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.36%

R = 50.51%
G = 45.13%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C5B011 (or 0xC5B011) is known color: Bird Flower. HEX triplet: C5, B0 and 11. RGB value is (197,176,17). Sum of RGB (Red+Green+Blue) = 197+176+17=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5B011 is #3A4FEE. Grayscale: #A4A4A4. Windows color (decimal): -3821551 or 1159365. OLE color: 1159365.

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

Color convert

RGB 197 176 17 -
CMYK 0 0.11 0.91 0.23
HSL 53º 0.84% 0.42% -
HSV(B) 53º 0.91% 0.77% -
XYZ 38.65 42.96 6.79 -
YUV 164.15 44.96 151.43 -
System Red Green Blue C M Y K H S L
Decimal 197 176 17 0 0.11 0.91 0.23 53 0.84 0.42
Hex C5 B0 11 0 B 5B 17 35 54 2A
Octal 305 260 21 0 13 133 27 65 124 52
Binary 11000101 10110000 10001 0 1011 1011011 10111 110101 1010100 101010

Color Harmonies of #C5B011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B011

Black with #C5B011

Text Example


Text Example

White with #C5B011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B011; }

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

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

background-color css

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

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

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

border-color css

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

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

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