#c6bd1e

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

Shades of Bird Flower #C6BD1E

Tints of Bird Flower #C6BD1E

Color information

#C6BD1E (or 0xC6BD1E) is unknown color: approx Bird Flower. HEX triplet: C6, BD and 1E. RGB value is (198,189,30). Sum of RGB (Red+Green+Blue) = 198+189+30=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BD1E is #3942E1. Grayscale: #AEAEAE. Windows color (decimal): -3752674 or 2014662. OLE color: 2014662.

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

Color convert

RGB19818930-
CMYK00.050.850.22
HSL56.79º73.68%44.71%-
HSV(B)56.79º84.85%77.65%-
XYZ41.7248.498.39-
YUV173.5646.98145.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.48%
GREEN value IS 189 (74.22% from 255) = 45.32%
BLUE value IS 30 (12.11% from 255) = 7.19%
R=47.48%
G=45.32%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981893000.050.850.2256.7973.6844.71
HexC6BD1E055516394a2d
Octal3062753605125267111255
Binary11000110101111011111001011010101101101110011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6bd1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6bd1e; }

 p { color: rgb(198,189,30); }

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

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

 a { background-color: rgb(198,189,30); }

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

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

 span { border-color: rgb(198,189,30); }

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