Html Css Color HEX #C5B615 Bird Flower

📋 copy color: '#C5B615'

red 197 ◦ green 182 ◦ blue 21

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

Shades of Bird Flower #C5B615

Tints of Bird Flower #C5B615

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.5%

 BLUE value IS 21 (8.59% from 255) = 5.25%

R = 49.25%
G = 45.5%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C5B615 (or 0xC5B615) is known color: Bird Flower. HEX triplet: C5, B6 and 15. RGB value is (197,182,21). Sum of RGB (Red+Green+Blue) = 197+182+21=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 182 (71.48% from 255 or 45.5% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B615 is #3A49EA. Grayscale: #A8A8A8. Windows color (decimal): -3820011 or 1423045. OLE color: 1423045.

HSL color Cylindrical-coordinate representation of color #C5B615: hue angle of 54.89º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5B615 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 182 21 -
CMYK 0 0.08 0.89 0.23
HSL 54.89º 0.81% 0.43% -
HSV(B) 54.89º 0.89% 0.77% -
XYZ 39.89 45.38 7.37 -
YUV 168.13 44.97 148.59 -
System Red Green Blue C M Y K H S L
Decimal 197 182 21 0 0.08 0.89 0.23 54.89 0.81 0.43
Hex C5 B6 15 0 8 59 17 37 51 2B
Octal 305 266 25 0 10 131 27 67 121 53
Binary 11000101 10110110 10101 0 1000 1011001 10111 110111 1010001 101011

Color Harmonies of #C5B615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B615

Black with #C5B615

Text Example


Text Example

White with #C5B615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B615; }

 p { color: rgb(197,182,21); }

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

background-color css

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

 a { background-color: rgb(197,182,21); }

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

border-color css

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

 span { border-color: rgb(197,182,21); }

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