#C6BE12

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

Shades of Bird Flower #C6BE12

Tints of Bird Flower #C6BE12

Color information

#C6BE12 (or 0xC6BE12) is unknown color: approx Bird Flower. HEX triplet: C6, BE and 12. RGB value is (198,190,18). Sum of RGB (Red+Green+Blue) = 198+190+18=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BE12 is #3941ED. Grayscale: #ADADAD. Windows color (decimal): -3752430 or 1228486. OLE color: 1228486.

HSL color Cylindrical-coordinate representation of color #C6BE12: hue angle of 57.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6BE12 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB19819018-
CMYK00.040.910.22
HSL57.33º83.33%42.35%-
HSV(B)57.33º90.91%77.65%-
XYZ41.8148.887.8-
YUV172.7840.65145.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.77%
GREEN value IS 190 (74.61% from 255) = 46.80%
BLUE value IS 18 (7.42% from 255) = 4.43%
R=48.77%
G=46.80%
B=4.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981901800.040.910.2257.3383.3342.35
HexC6BE12045B1639532a
Octal3062762204133267112352
Binary11000110101111101001001001011011101101110011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BE12; }

 p { color: rgb(198,190,18); }

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

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

 a { background-color: rgb(198,190,18); }

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

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

 span { border-color: rgb(198,190,18); }

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