Html Css Color HEX #C5B919 Bird Flower

📋 copy color: '#C5B919'

red 197 ◦ green 185 ◦ blue 25

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

Shades of Bird Flower #C5B919

Tints of Bird Flower #C5B919

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.45%

 BLUE value IS 25 (10.16% from 255) = 6.14%

R = 48.4%
G = 45.45%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5B919 (or 0xC5B919) is known color: Bird Flower. HEX triplet: C5, B9 and 19. RGB value is (197,185,25). Sum of RGB (Red+Green+Blue) = 197+185+25=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B919 is #3A46E6. Grayscale: #ABABAB. Windows color (decimal): -3819239 or 1685957. OLE color: 1685957.

HSL color Cylindrical-coordinate representation of color #C5B919: hue angle of 55.81º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5B919 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 185 25 -
CMYK 0 0.06 0.87 0.23
HSL 55.81º 0.77% 0.44% -
HSV(B) 55.81º 0.87% 0.77% -
XYZ 40.55 46.64 7.78 -
YUV 170.35 45.98 147.01 -
System Red Green Blue C M Y K H S L
Decimal 197 185 25 0 0.06 0.87 0.23 55.81 0.77 0.44
Hex C5 B9 19 0 6 57 17 38 4D 2C
Octal 305 271 31 0 6 127 27 70 115 54
Binary 11000101 10111001 11001 0 110 1010111 10111 111000 1001101 101100

Color Harmonies of #C5B919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B919

Black with #C5B919

Text Example


Text Example

White with #C5B919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B919; }

 p { color: rgb(197,185,25); }

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

background-color css

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

 a { background-color: rgb(197,185,25); }

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

border-color css

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

 span { border-color: rgb(197,185,25); }

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