Html Css Color HEX #C5B813 Bird Flower

📋 copy color: '#C5B813'

red 197 ◦ green 184 ◦ blue 19

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

Shades of Bird Flower #C5B813

Tints of Bird Flower #C5B813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.75%

R = 49.25%
G = 46%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C5B813 (or 0xC5B813) is known color: Bird Flower. HEX triplet: C5, B8 and 13. RGB value is (197,184,19). Sum of RGB (Red+Green+Blue) = 197+184+19=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B813 is #3A47EC. Grayscale: #A9A9A9. Windows color (decimal): -3819501 or 1292485. OLE color: 1292485.

HSL color Cylindrical-coordinate representation of color #C5B813: hue angle of 55.62º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5B813 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 184 19 -
CMYK 0 0.07 0.90 0.23
HSL 55.62º 0.82% 0.42% -
HSV(B) 55.62º 0.9% 0.77% -
XYZ 40.28 46.2 7.41 -
YUV 169.08 43.31 147.92 -
System Red Green Blue C M Y K H S L
Decimal 197 184 19 0 0.07 0.90 0.23 55.62 0.82 0.42
Hex C5 B8 13 0 7 5A 17 38 52 2A
Octal 305 270 23 0 7 132 27 70 122 52
Binary 11000101 10111000 10011 0 111 1011010 10111 111000 1010010 101010

Color Harmonies of #C5B813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B813

Black with #C5B813

Text Example


Text Example

White with #C5B813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B813; }

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

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

background-color css

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

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

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

border-color css

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

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

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