Html Css Color HEX #ABB324 Bahia

📋 copy color: '#ABB324'

red 171 ◦ green 179 ◦ blue 36

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

Shades of Bahia #ABB324

Tints of Bahia #ABB324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.33%

R = 44.3%
G = 46.37%
B = 9.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#ABB324 (or 0xABB324) is known color: Bahia. HEX triplet: AB, B3 and 24. RGB value is (171,179,36). Sum of RGB (Red+Green+Blue) = 171+179+36=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 36 (14.45% from 255 or 9.33% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB324 is #544CDB. Grayscale: #A0A0A0. Windows color (decimal): -5524700 or 2405291. OLE color: 2405291.

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

Color convert

RGB 171 179 36 -
CMYK 0.04 0 0.80 0.30
HSL 63.36º 0.67% 0.42% -
HSV(B) 63.36º 0.8% 0.7% -
XYZ 33.23 41.03 7.84 -
YUV 160.31 57.85 135.63 -
System Red Green Blue C M Y K H S L
Decimal 171 179 36 0.04 0 0.80 0.30 63.36 0.67 0.42
Hex AB B3 24 4 0 50 1E 3F 43 2A
Octal 253 263 44 4 0 120 36 77 103 52
Binary 10101011 10110011 100100 100 0 1010000 11110 111111 1000011 101010

Color Harmonies of #ABB324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB324

Black with #ABB324

Text Example


Text Example

White with #ABB324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB324; }

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

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

background-color css

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

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

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

border-color css

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

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

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