Html Css Color HEX #ABB528 Bahia

📋 copy color: '#ABB528'

red 171 ◦ green 181 ◦ blue 40

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

Shades of Bahia #ABB528

Tints of Bahia #ABB528

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.17%

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

R = 43.62%
G = 46.17%
B = 10.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#ABB528 (or 0xABB528) is known color: Bahia. HEX triplet: AB, B5 and 28. RGB value is (171,181,40). Sum of RGB (Red+Green+Blue) = 171+181+40=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB528 is #544AD7. Grayscale: #A2A2A2. Windows color (decimal): -5524184 or 2667947. OLE color: 2667947.

HSL color Cylindrical-coordinate representation of color #ABB528: hue angle of 64.26º 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 #ABB528 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 181 40 -
CMYK 0.06 0 0.78 0.29
HSL 64.26º 0.64% 0.43% -
HSV(B) 64.26º 0.78% 0.71% -
XYZ 33.7 41.86 8.31 -
YUV 161.94 59.19 134.46 -
System Red Green Blue C M Y K H S L
Decimal 171 181 40 0.06 0 0.78 0.29 64.26 0.64 0.43
Hex AB B5 28 6 0 4E 1D 40 40 2B
Octal 253 265 50 6 0 116 35 100 100 53
Binary 10101011 10110101 101000 110 0 1001110 11101 1000000 1000000 101011

Color Harmonies of #ABB528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB528

Black with #ABB528

Text Example


Text Example

White with #ABB528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB528; }

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

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

background-color css

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

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

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

border-color css

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

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

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