Html Css Color HEX #C6BA16 Bird Flower

📋 copy color: '#C6BA16'

red 198 ◦ green 186 ◦ blue 22

#C6BA16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #C6BA16

Tints of Bird Flower #C6BA16

RGB

 RED value IS 198 (77.73% from 255) = 48.77%

 GREEN value IS 186 (73.05% from 255) = 45.81%

 BLUE value IS 22 (8.98% from 255) = 5.42%

R = 48.77%
G = 45.81%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C6BA16 (or 0xC6BA16) is known color: Bird Flower. HEX triplet: C6, BA and 16. RGB value is (198,186,22). Sum of RGB (Red+Green+Blue) = 198+186+22=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BA16 is #3945E9. Grayscale: #ABABAB. Windows color (decimal): -3753450 or 1489606. OLE color: 1489606.

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

Color convert

RGB 198 186 22 -
CMYK 0 0.06 0.89 0.22
HSL 55.91º 0.8% 0.43% -
HSV(B) 55.91º 0.89% 0.78% -
XYZ 40.99 47.18 7.71 -
YUV 170.89 43.98 147.34 -
System Red Green Blue C M Y K H S L
Decimal 198 186 22 0 0.06 0.89 0.22 55.91 0.8 0.43
Hex C6 BA 16 0 6 59 16 38 50 2B
Octal 306 272 26 0 6 131 26 70 120 53
Binary 11000110 10111010 10110 0 110 1011001 10110 111000 1010000 101011

Color Harmonies of #C6BA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA16

Black with #C6BA16

Text Example


Text Example

White with #C6BA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA16; }

 p { color: rgb(198,186,22); }

 H1.HeaderClassName
 {
   color: #C6BA16;
 }
 .AnyTagClassName
 {
   color: #C6BA16;
 }
</style>

background-color css

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

 a { background-color: rgb(198,186,22); }

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

border-color css

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

 span { border-color: rgb(198,186,22); }

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