Html Css Color HEX #ABBA1B Bahia

📋 copy color: '#ABBA1B'

red 171 ◦ green 186 ◦ blue 27

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

Shades of Bahia #ABBA1B

Tints of Bahia #ABBA1B

RGB

 RED value IS 171 (67.19% from 255) = 44.53%

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

 BLUE value IS 27 (10.94% from 255) = 7.03%

R = 44.53%
G = 48.44%
B = 7.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#ABBA1B (or 0xABBA1B) is known color: Bahia. HEX triplet: AB, BA and 1B. RGB value is (171,186,27). Sum of RGB (Red+Green+Blue) = 171+186+27=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA1B is #5445E4. Grayscale: #A4A4A4. Windows color (decimal): -5522917 or 1817259. OLE color: 1817259.

HSL color Cylindrical-coordinate representation of color #ABBA1B: hue angle of 65.66º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABBA1B is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 186 27 -
CMYK 0.08 0 0.85 0.27
HSL 65.66º 0.75% 0.42% -
HSV(B) 65.66º 0.85% 0.73% -
XYZ 34.55 43.85 7.68 -
YUV 163.39 51.03 133.43 -
System Red Green Blue C M Y K H S L
Decimal 171 186 27 0.08 0 0.85 0.27 65.66 0.75 0.42
Hex AB BA 1B 8 0 55 1B 42 4B 2A
Octal 253 272 33 10 0 125 33 102 113 52
Binary 10101011 10111010 11011 1000 0 1010101 11011 1000010 1001011 101010

Color Harmonies of #ABBA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA1B

Black with #ABBA1B

Text Example


Text Example

White with #ABBA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA1B; }

 p { color: rgb(171,186,27); }

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

background-color css

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

 a { background-color: rgb(171,186,27); }

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

border-color css

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

 span { border-color: rgb(171,186,27); }

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