Html Css Color HEX #C5BA11 Bird Flower

📋 copy color: '#C5BA11'

red 197 ◦ green 186 ◦ blue 17

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

Shades of Bird Flower #C5BA11

Tints of Bird Flower #C5BA11

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.5%

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

R = 49.25%
G = 46.5%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C5BA11 (or 0xC5BA11) is known color: Bird Flower. HEX triplet: C5, BA and 11. RGB value is (197,186,17). Sum of RGB (Red+Green+Blue) = 197+186+17=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BA11 is #3A45EE. Grayscale: #AAAAAA. Windows color (decimal): -3818991 or 1161925. OLE color: 1161925.

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

Color convert

RGB 197 186 17 -
CMYK 0 0.06 0.91 0.23
HSL 56.33º 0.84% 0.42% -
HSV(B) 56.33º 0.91% 0.77% -
XYZ 40.69 47.03 7.46 -
YUV 170.02 41.64 147.24 -
System Red Green Blue C M Y K H S L
Decimal 197 186 17 0 0.06 0.91 0.23 56.33 0.84 0.42
Hex C5 BA 11 0 6 5B 17 38 54 2A
Octal 305 272 21 0 6 133 27 70 124 52
Binary 11000101 10111010 10001 0 110 1011011 10111 111000 1010100 101010

Color Harmonies of #C5BA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA11

Black with #C5BA11

Text Example


Text Example

White with #C5BA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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