#C5BD1D

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

Shades of Bird Flower #C5BD1D

Tints of Bird Flower #C5BD1D

Color information

#C5BD1D (or 0xC5BD1D) is unknown color: approx Bird Flower. HEX triplet: C5, BD and 1D. RGB value is (197,189,29). Sum of RGB (Red+Green+Blue) = 197+189+29=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BD1D is #3A42E2. Grayscale: #ADADAD. Windows color (decimal): -3818211 or 1949125. OLE color: 1949125.

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

Color convert

RGB19718929-
CMYK00.040.850.23
HSL57.14º74.34%44.31%-
HSV(B)57.14º85.28%77.25%-
XYZ41.4548.358.31-
YUV173.1546.65145.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.47%
GREEN value IS 189 (74.22% from 255) = 45.54%
BLUE value IS 29 (11.72% from 255) = 6.99%
R=47.47%
G=45.54%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971892900.040.850.2357.1474.3444.31
HexC5BD1D045517394a2c
Octal3052753504125277111254
Binary11000101101111011110101001010101101111110011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BD1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BD1D; }

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

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

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

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

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

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

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

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