Html Css Color HEX #A8BE11 Bahia

📋 copy color: '#A8BE11'

red 168 ◦ green 190 ◦ blue 17

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

Shades of Bahia #A8BE11

Tints of Bahia #A8BE11

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.67%

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

R = 44.8%
G = 50.67%
B = 4.53%

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

#A8BE11 (or 0xA8BE11) is known color: Bahia. HEX triplet: A8, BE and 11. RGB value is (168,190,17). Sum of RGB (Red+Green+Blue) = 168+190+17=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BE11 is #5741EE. Grayscale: #A4A4A4. Windows color (decimal): -5718511 or 1162920. OLE color: 1162920.

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

Color convert

RGB 168 190 17 -
CMYK 0.12 0 0.91 0.25
HSL 67.63º 0.84% 0.41% -
HSV(B) 67.63º 0.91% 0.75% -
XYZ 34.66 45.19 7.43 -
YUV 163.7 45.21 131.07 -
System Red Green Blue C M Y K H S L
Decimal 168 190 17 0.12 0 0.91 0.25 67.63 0.84 0.41
Hex A8 BE 11 C 0 5B 19 44 54 29
Octal 250 276 21 14 0 133 31 104 124 51
Binary 10101000 10111110 10001 1100 0 1011011 11001 1000100 1010100 101001

Color Harmonies of #A8BE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BE11

Black with #A8BE11

Text Example


Text Example

White with #A8BE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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