Html Css Color HEX #C5BB11 Bird Flower

📋 copy color: '#C5BB11'

red 197 ◦ green 187 ◦ blue 17

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

Shades of Bird Flower #C5BB11

Tints of Bird Flower #C5BB11

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.63%

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

R = 49.13%
G = 46.63%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C5BB11 (or 0xC5BB11) is known color: Bird Flower. HEX triplet: C5, BB and 11. RGB value is (197,187,17). Sum of RGB (Red+Green+Blue) = 197+187+17=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BB11 is #3A44EE. Grayscale: #ABABAB. Windows color (decimal): -3818735 or 1162181. OLE color: 1162181.

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

Color convert

RGB 197 187 17 -
CMYK 0 0.05 0.91 0.23
HSL 56.67º 0.84% 0.42% -
HSV(B) 56.67º 0.91% 0.77% -
XYZ 40.9 47.45 7.53 -
YUV 170.61 41.31 146.82 -
System Red Green Blue C M Y K H S L
Decimal 197 187 17 0 0.05 0.91 0.23 56.67 0.84 0.42
Hex C5 BB 11 0 5 5B 17 39 54 2A
Octal 305 273 21 0 5 133 27 71 124 52
Binary 11000101 10111011 10001 0 101 1011011 10111 111001 1010100 101010

Color Harmonies of #C5BB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BB11

Black with #C5BB11

Text Example


Text Example

White with #C5BB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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