Html Css Color HEX #ABBC1A Bahia

📋 copy color: '#ABBC1A'

red 171 ◦ green 188 ◦ blue 26

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

Shades of Bahia #ABBC1A

Tints of Bahia #ABBC1A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.83%

 BLUE value IS 26 (10.55% from 255) = 6.75%

R = 44.42%
G = 48.83%
B = 6.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#ABBC1A (or 0xABBC1A) is known color: Bahia. HEX triplet: AB, BC and 1A. RGB value is (171,188,26). Sum of RGB (Red+Green+Blue) = 171+188+26=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBC1A is #5443E5. Grayscale: #A5A5A5. Windows color (decimal): -5522406 or 1752235. OLE color: 1752235.

HSL color Cylindrical-coordinate representation of color #ABBC1A: hue angle of 66.3º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ABBC1A is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 188 26 -
CMYK 0.09 0 0.86 0.26
HSL 66.3º 0.76% 0.42% -
HSV(B) 66.3º 0.86% 0.74% -
XYZ 34.96 44.7 7.76 -
YUV 164.45 49.87 132.67 -
System Red Green Blue C M Y K H S L
Decimal 171 188 26 0.09 0 0.86 0.26 66.3 0.76 0.42
Hex AB BC 1A 9 0 56 1A 42 4C 2A
Octal 253 274 32 11 0 126 32 102 114 52
Binary 10101011 10111100 11010 1001 0 1010110 11010 1000010 1001100 101010

Color Harmonies of #ABBC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC1A

Black with #ABBC1A

Text Example


Text Example

White with #ABBC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC1A; }

 p { color: rgb(171,188,26); }

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

background-color css

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

 a { background-color: rgb(171,188,26); }

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

border-color css

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

 span { border-color: rgb(171,188,26); }

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