Html Css Color HEX #A8C011 Bahia

📋 copy color: '#A8C011'

red 168 ◦ green 192 ◦ blue 17

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

Shades of Bahia #A8C011

Tints of Bahia #A8C011

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.93%

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

R = 44.56%
G = 50.93%
B = 4.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#A8C011 (or 0xA8C011) is known color: Bahia. HEX triplet: A8, C0 and 11. RGB value is (168,192,17). Sum of RGB (Red+Green+Blue) = 168+192+17=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 17 (7.03% from 255 or 4.51% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C011 is #573FEE. Grayscale: #A5A5A5. Windows color (decimal): -5717999 or 1163432. OLE color: 1163432.

HSL color Cylindrical-coordinate representation of color #A8C011: hue angle of 68.23º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8C011 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 192 17 -
CMYK 0.12 0 0.91 0.25
HSL 68.23º 0.84% 0.41% -
HSV(B) 68.23º 0.91% 0.75% -
XYZ 35.1 46.06 7.57 -
YUV 164.87 44.55 130.23 -
System Red Green Blue C M Y K H S L
Decimal 168 192 17 0.12 0 0.91 0.25 68.23 0.84 0.41
Hex A8 C0 11 C 0 5B 19 44 54 29
Octal 250 300 21 14 0 133 31 104 124 51
Binary 10101000 11000000 10001 1100 0 1011011 11001 1000100 1010100 101001

Color Harmonies of #A8C011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C011

Black with #A8C011

Text Example


Text Example

White with #A8C011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C011; }

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

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

background-color css

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

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

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

border-color css

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

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

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