Html Css Color HEX #C5B811 Bird Flower

📋 copy color: '#C5B811'

red 197 ◦ green 184 ◦ blue 17

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

Shades of Bird Flower #C5B811

Tints of Bird Flower #C5B811

RGB

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

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

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

R = 49.5%
G = 46.23%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C5B811 (or 0xC5B811) is known color: Bird Flower. HEX triplet: C5, B8 and 11. RGB value is (197,184,17). Sum of RGB (Red+Green+Blue) = 197+184+17=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 17 (7.03% from 255 or 4.27% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B811 is #3A47EE. Grayscale: #A9A9A9. Windows color (decimal): -3819503 or 1161413. OLE color: 1161413.

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

Color convert

RGB 197 184 17 -
CMYK 0 0.07 0.91 0.23
HSL 55.67º 0.84% 0.42% -
HSV(B) 55.67º 0.91% 0.77% -
XYZ 40.27 46.19 7.32 -
YUV 168.85 42.31 148.08 -
System Red Green Blue C M Y K H S L
Decimal 197 184 17 0 0.07 0.91 0.23 55.67 0.84 0.42
Hex C5 B8 11 0 7 5B 17 38 54 2A
Octal 305 270 21 0 7 133 27 70 124 52
Binary 11000101 10111000 10001 0 111 1011011 10111 111000 1010100 101010

Color Harmonies of #C5B811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B811

Black with #C5B811

Text Example


Text Example

White with #C5B811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B811; }

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

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

background-color css

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

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

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

border-color css

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

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

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