Html Css Color HEX #C6BA12 Bird Flower

📋 copy color: '#C6BA12'

red 198 ◦ green 186 ◦ blue 18

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

Shades of Bird Flower #C6BA12

Tints of Bird Flower #C6BA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.48%

R = 49.25%
G = 46.27%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C6BA12 (or 0xC6BA12) is known color: Bird Flower. HEX triplet: C6, BA and 12. RGB value is (198,186,18). Sum of RGB (Red+Green+Blue) = 198+186+18=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BA12 is #3945ED. Grayscale: #ABABAB. Windows color (decimal): -3753454 or 1227462. OLE color: 1227462.

HSL color Cylindrical-coordinate representation of color #C6BA12: hue angle of 56º 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 #C6BA12 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 186 18 -
CMYK 0 0.06 0.91 0.22
HSL 56º 0.83% 0.42% -
HSV(B) 56º 0.91% 0.78% -
XYZ 40.96 47.17 7.52 -
YUV 170.44 41.98 147.66 -
System Red Green Blue C M Y K H S L
Decimal 198 186 18 0 0.06 0.91 0.22 56 0.83 0.42
Hex C6 BA 12 0 6 5B 16 38 53 2A
Octal 306 272 22 0 6 133 26 70 123 52
Binary 11000110 10111010 10010 0 110 1011011 10110 111000 1010011 101010

Color Harmonies of #C6BA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA12

Black with #C6BA12

Text Example


Text Example

White with #C6BA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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