Html Css Color HEX #ABBA1F Bahia

📋 copy color: '#ABBA1F'

red 171 ◦ green 186 ◦ blue 31

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

Shades of Bahia #ABBA1F

Tints of Bahia #ABBA1F

RGB

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

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

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

R = 44.07%
G = 47.94%
B = 7.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#ABBA1F (or 0xABBA1F) is known color: Bahia. HEX triplet: AB, BA and 1F. RGB value is (171,186,31). Sum of RGB (Red+Green+Blue) = 171+186+31=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 31 (12.5% from 255 or 7.99% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA1F is #5445E0. Grayscale: #A4A4A4. Windows color (decimal): -5522913 or 2079403. OLE color: 2079403.

HSL color Cylindrical-coordinate representation of color #ABBA1F: hue angle of 65.81º degrees, saturation: 0.71, 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 #ABBA1F is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 186 31 -
CMYK 0.08 0 0.83 0.27
HSL 65.81º 0.71% 0.43% -
HSV(B) 65.81º 0.83% 0.73% -
XYZ 34.6 43.87 7.94 -
YUV 163.85 53.03 133.1 -
System Red Green Blue C M Y K H S L
Decimal 171 186 31 0.08 0 0.83 0.27 65.81 0.71 0.43
Hex AB BA 1F 8 0 53 1B 42 47 2B
Octal 253 272 37 10 0 123 33 102 107 53
Binary 10101011 10111010 11111 1000 0 1010011 11011 1000010 1000111 101011

Color Harmonies of #ABBA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA1F

Black with #ABBA1F

Text Example


Text Example

White with #ABBA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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