Html Css Color HEX #ABB328 Bahia

📋 copy color: '#ABB328'

red 171 ◦ green 179 ◦ blue 40

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

Shades of Bahia #ABB328

Tints of Bahia #ABB328

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.9%

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

R = 43.85%
G = 45.9%
B = 10.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#ABB328 (or 0xABB328) is known color: Bahia. HEX triplet: AB, B3 and 28. RGB value is (171,179,40). Sum of RGB (Red+Green+Blue) = 171+179+40=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB328 is #544CD7. Grayscale: #A1A1A1. Windows color (decimal): -5524696 or 2667435. OLE color: 2667435.

HSL color Cylindrical-coordinate representation of color #ABB328: hue angle of 63.45º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABB328 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 179 40 -
CMYK 0.04 0 0.78 0.30
HSL 63.45º 0.63% 0.43% -
HSV(B) 63.45º 0.78% 0.7% -
XYZ 33.3 41.05 8.18 -
YUV 160.76 59.85 135.3 -
System Red Green Blue C M Y K H S L
Decimal 171 179 40 0.04 0 0.78 0.30 63.45 0.63 0.43
Hex AB B3 28 4 0 4E 1E 3F 3F 2B
Octal 253 263 50 4 0 116 36 77 77 53
Binary 10101011 10110011 101000 100 0 1001110 11110 111111 111111 101011

Color Harmonies of #ABB328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB328

Black with #ABB328

Text Example


Text Example

White with #ABB328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB328; }

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

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

background-color css

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

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

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

border-color css

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

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

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