Html Css Color HEX #A8C711 Bahia

📋 copy color: '#A8C711'

red 168 ◦ green 199 ◦ blue 17

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

Shades of Bahia #A8C711

Tints of Bahia #A8C711

RGB

 RED value IS 168 (66.02% from 255) = 43.75%

 GREEN value IS 199 (78.13% from 255) = 51.82%

 BLUE value IS 17 (7.03% from 255) = 4.43%

R = 43.75%
G = 51.82%
B = 4.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#A8C711 (or 0xA8C711) is known color: Bahia. HEX triplet: A8, C7 and 11. RGB value is (168,199,17). Sum of RGB (Red+Green+Blue) = 168+199+17=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 199 (78.12% from 255 or 51.82% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C711 is #5738EE. Grayscale: #A9A9A9. Windows color (decimal): -5716207 or 1165224. OLE color: 1165224.

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

Color convert

RGB 168 199 17 -
CMYK 0.16 0 0.91 0.22
HSL 70.22º 0.84% 0.42% -
HSV(B) 70.22º 0.91% 0.78% -
XYZ 36.67 49.21 8.1 -
YUV 168.98 42.23 127.3 -
System Red Green Blue C M Y K H S L
Decimal 168 199 17 0.16 0 0.91 0.22 70.22 0.84 0.42
Hex A8 C7 11 10 0 5B 16 46 54 2A
Octal 250 307 21 20 0 133 26 106 124 52
Binary 10101000 11000111 10001 10000 0 1011011 10110 1000110 1010100 101010

Color Harmonies of #A8C711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C711

Black with #A8C711

Text Example


Text Example

White with #A8C711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C711; }

 p { color: rgb(168,199,17); }

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

background-color css

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

 a { background-color: rgb(168,199,17); }

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

border-color css

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

 span { border-color: rgb(168,199,17); }

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