#C6BB0E

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

Shades of Bird Flower #C6BB0E

Tints of Bird Flower #C6BB0E

Color information

#C6BB0E (or 0xC6BB0E) is unknown color: approx Bird Flower. HEX triplet: C6, BB and 0E. RGB value is (198,187,14). Sum of RGB (Red+Green+Blue) = 198+187+14=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BB0E is #3944F1. Grayscale: #ABABAB. Windows color (decimal): -3753202 or 965574. OLE color: 965574.

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

Color convert

RGB19818714-
CMYK00.060.930.22
HSL56.41º86.79%41.57%-
HSV(B)56.41º92.93%77.65%-
XYZ41.1447.587.43-
YUV170.5739.64147.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.62%
GREEN value IS 187 (73.44% from 255) = 46.87%
BLUE value IS 14 (5.86% from 255) = 3.51%
R=49.62%
G=46.87%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981871400.060.930.2256.4186.7941.57
HexC6BBE065D1638572a
Octal3062731606135267012752
Binary1100011010111011111001101011101101101110001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BB0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BB0E; }

 p { color: rgb(198,187,14); }

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

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

 a { background-color: rgb(198,187,14); }

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

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

 span { border-color: rgb(198,187,14); }

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