#C5BD1F

Color #C5BD1F Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #C5BD1F

Tints of Bird Flower #C5BD1F

Color information

#C5BD1F (or 0xC5BD1F) is unknown color: approx Bird Flower. HEX triplet: C5, BD and 1F. RGB value is (197,189,31). Sum of RGB (Red+Green+Blue) = 197+189+31=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BD1F is #3A42E0. Grayscale: #AEAEAE. Windows color (decimal): -3818209 or 2080197. OLE color: 2080197.

HSL color Cylindrical-coordinate representation of color #C5BD1F: hue angle of 57.11º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5BD1F is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB19718931-
CMYK00.040.840.23
HSL57.11º72.81%44.71%-
HSV(B)57.11º84.26%77.25%-
XYZ41.4748.368.45-
YUV173.3847.65144.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.24%
GREEN value IS 189 (74.22% from 255) = 45.32%
BLUE value IS 31 (12.5% from 255) = 7.43%
R=47.24%
G=45.32%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971893100.040.840.2357.1172.8144.71
HexC5BD1F04541739492d
Octal3052753704124277111155
Binary11000101101111011111101001010100101111110011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BD1F; }

 p { color: rgb(197,189,31); }

 H1.HeaderClassName
 {
   color: #C5BD1F;
 }
 .AnyTagClassName
 {
   color: #C5BD1F;
 }
</style>
background-color css

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

 a { background-color: rgb(197,189,31); }

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

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

 span { border-color: rgb(197,189,31); }

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