Html Css Color HEX #ABB428 Bahia

📋 copy color: '#ABB428'

red 171 ◦ green 180 ◦ blue 40

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

Shades of Bahia #ABB428

Tints of Bahia #ABB428

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.04%

 BLUE value IS 40 (16.02% from 255) = 10.23%

R = 43.73%
G = 46.04%
B = 10.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#ABB428 (or 0xABB428) is known color: Bahia. HEX triplet: AB, B4 and 28. RGB value is (171,180,40). Sum of RGB (Red+Green+Blue) = 171+180+40=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB428 is #544BD7. Grayscale: #A1A1A1. Windows color (decimal): -5524440 or 2667691. OLE color: 2667691.

HSL color Cylindrical-coordinate representation of color #ABB428: hue angle of 63.86º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABB428 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 180 40 -
CMYK 0.05 0 0.78 0.29
HSL 63.86º 0.64% 0.43% -
HSV(B) 63.86º 0.78% 0.71% -
XYZ 33.5 41.45 8.24 -
YUV 161.35 59.52 134.88 -
System Red Green Blue C M Y K H S L
Decimal 171 180 40 0.05 0 0.78 0.29 63.86 0.64 0.43
Hex AB B4 28 5 0 4E 1D 40 40 2B
Octal 253 264 50 5 0 116 35 100 100 53
Binary 10101011 10110100 101000 101 0 1001110 11101 1000000 1000000 101011

Color Harmonies of #ABB428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB428

Black with #ABB428

Text Example


Text Example

White with #ABB428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB428; }

 p { color: rgb(171,180,40); }

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

background-color css

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

 a { background-color: rgb(171,180,40); }

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

border-color css

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

 span { border-color: rgb(171,180,40); }

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