#C7BD1B

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

Shades of Bird Flower #C7BD1B

Tints of Bird Flower #C7BD1B

Color information

#C7BD1B (or 0xC7BD1B) is unknown color: approx Bird Flower. HEX triplet: C7, BD and 1B. RGB value is (199,189,27). Sum of RGB (Red+Green+Blue) = 199+189+27=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 27 (10.94% from 255 or 6.51% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BD1B is #3842E4. Grayscale: #AEAEAE. Windows color (decimal): -3687141 or 1818055. OLE color: 1818055.

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

Color convert

RGB19918927-
CMYK00.050.860.22
HSL56.51º76.11%44.31%-
HSV(B)56.51º86.43%78.04%-
XYZ41.9548.628.21-
YUV173.5245.31146.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.95%
GREEN value IS 189 (74.22% from 255) = 45.54%
BLUE value IS 27 (10.94% from 255) = 6.51%
R=47.95%
G=45.54%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991892700.050.860.2256.5176.1144.31
HexC7BD1B055616394c2c
Octal3072753305126267111454
Binary11000111101111011101101011010110101101110011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BD1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BD1B; }

 p { color: rgb(199,189,27); }

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

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

 a { background-color: rgb(199,189,27); }

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

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

 span { border-color: rgb(199,189,27); }

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