Html Css Color HEX #ABB123 Bahia

📋 copy color: '#ABB123'

red 171 ◦ green 177 ◦ blue 35

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

Shades of Bahia #ABB123

Tints of Bahia #ABB123

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.21%

 BLUE value IS 35 (14.06% from 255) = 9.14%

R = 44.65%
G = 46.21%
B = 9.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#ABB123 (or 0xABB123) is known color: Bahia. HEX triplet: AB, B1 and 23. RGB value is (171,177,35). Sum of RGB (Red+Green+Blue) = 171+177+35=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 35 (14.06% from 255 or 9.14% from 383); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABB123 is #544EDC. Grayscale: #9F9F9F. Windows color (decimal): -5525213 or 2339243. OLE color: 2339243.

HSL color Cylindrical-coordinate representation of color #ABB123: hue angle of 62.54º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABB123 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 177 35 -
CMYK 0.03 0 0.80 0.31
HSL 62.54º 0.67% 0.42% -
HSV(B) 62.54º 0.8% 0.69% -
XYZ 32.82 40.22 7.62 -
YUV 159.02 58.01 136.55 -
System Red Green Blue C M Y K H S L
Decimal 171 177 35 0.03 0 0.80 0.31 62.54 0.67 0.42
Hex AB B1 23 3 0 50 1F 3F 43 2A
Octal 253 261 43 3 0 120 37 77 103 52
Binary 10101011 10110001 100011 11 0 1010000 11111 111111 1000011 101010

Color Harmonies of #ABB123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB123

Black with #ABB123

Text Example


Text Example

White with #ABB123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB123; }

 p { color: rgb(171,177,35); }

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

background-color css

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

 a { background-color: rgb(171,177,35); }

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

border-color css

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

 span { border-color: rgb(171,177,35); }

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