Html Css Color HEX #C5B31B Bird Flower

📋 copy color: '#C5B31B'

red 197 ◦ green 179 ◦ blue 27

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

Shades of Bird Flower #C5B31B

Tints of Bird Flower #C5B31B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.42%

 BLUE value IS 27 (10.94% from 255) = 6.7%

R = 48.88%
G = 44.42%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5B31B (or 0xC5B31B) is known color: Bird Flower. HEX triplet: C5, B3 and 1B. RGB value is (197,179,27). Sum of RGB (Red+Green+Blue) = 197+179+27=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B31B is #3A4CE4. Grayscale: #A7A7A7. Windows color (decimal): -3820773 or 1815493. OLE color: 1815493.

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

Color convert

RGB 197 179 27 -
CMYK 0 0.09 0.86 0.23
HSL 53.65º 0.76% 0.44% -
HSV(B) 53.65º 0.86% 0.77% -
XYZ 39.34 44.19 7.49 -
YUV 167.05 48.96 149.36 -
System Red Green Blue C M Y K H S L
Decimal 197 179 27 0 0.09 0.86 0.23 53.65 0.76 0.44
Hex C5 B3 1B 0 9 56 17 36 4C 2C
Octal 305 263 33 0 11 126 27 66 114 54
Binary 11000101 10110011 11011 0 1001 1010110 10111 110110 1001100 101100

Color Harmonies of #C5B31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B31B

Black with #C5B31B

Text Example


Text Example

White with #C5B31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B31B; }

 p { color: rgb(197,179,27); }

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

background-color css

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

 a { background-color: rgb(197,179,27); }

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

border-color css

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

 span { border-color: rgb(197,179,27); }

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