Html Css Color HEX #A8BB1F Bahia

📋 copy color: '#A8BB1F'

red 168 ◦ green 187 ◦ blue 31

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

Shades of Bahia #A8BB1F

Tints of Bahia #A8BB1F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.45%

 BLUE value IS 31 (12.5% from 255) = 8.03%

R = 43.52%
G = 48.45%
B = 8.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#A8BB1F (or 0xA8BB1F) is known color: Bahia. HEX triplet: A8, BB and 1F. RGB value is (168,187,31). Sum of RGB (Red+Green+Blue) = 168+187+31=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BB1F is #5744E0. Grayscale: #A4A4A4. Windows color (decimal): -5719265 or 2079656. OLE color: 2079656.

HSL color Cylindrical-coordinate representation of color #A8BB1F: hue angle of 67.31º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8BB1F is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 187 31 -
CMYK 0.10 0 0.83 0.27
HSL 67.31º 0.72% 0.43% -
HSV(B) 67.31º 0.83% 0.73% -
XYZ 34.17 43.96 7.98 -
YUV 163.54 53.21 131.18 -
System Red Green Blue C M Y K H S L
Decimal 168 187 31 0.10 0 0.83 0.27 67.31 0.72 0.43
Hex A8 BB 1F A 0 53 1B 43 48 2B
Octal 250 273 37 12 0 123 33 103 110 53
Binary 10101000 10111011 11111 1010 0 1010011 11011 1000011 1001000 101011

Color Harmonies of #A8BB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BB1F

Black with #A8BB1F

Text Example


Text Example

White with #A8BB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BB1F; }

 p { color: rgb(168,187,31); }

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

background-color css

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

 a { background-color: rgb(168,187,31); }

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

border-color css

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

 span { border-color: rgb(168,187,31); }

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