Html Css Color HEX #C5B817 Bird Flower

📋 copy color: '#C5B817'

red 197 ◦ green 184 ◦ blue 23

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

Shades of Bird Flower #C5B817

Tints of Bird Flower #C5B817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.69%

R = 48.76%
G = 45.54%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C5B817 (or 0xC5B817) is known color: Bird Flower. HEX triplet: C5, B8 and 17. RGB value is (197,184,23). Sum of RGB (Red+Green+Blue) = 197+184+23=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 23 (9.38% from 255 or 5.69% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B817 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B817 is #3A47E8. Grayscale: #AAAAAA. Windows color (decimal): -3819497 or 1554629. OLE color: 1554629.

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

Color convert

RGB 197 184 23 -
CMYK 0 0.07 0.88 0.23
HSL 55.52º 0.79% 0.43% -
HSV(B) 55.52º 0.88% 0.77% -
XYZ 40.32 46.21 7.61 -
YUV 169.53 45.31 147.59 -
System Red Green Blue C M Y K H S L
Decimal 197 184 23 0 0.07 0.88 0.23 55.52 0.79 0.43
Hex C5 B8 17 0 7 58 17 38 4F 2B
Octal 305 270 27 0 7 130 27 70 117 53
Binary 11000101 10111000 10111 0 111 1011000 10111 111000 1001111 101011

Color Harmonies of #C5B817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B817

Black with #C5B817

Text Example


Text Example

White with #C5B817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B817; }

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

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

background-color css

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

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

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

border-color css

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

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

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