Html Css Color HEX #ABB325 Bahia

📋 copy color: '#ABB325'

red 171 ◦ green 179 ◦ blue 37

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

Shades of Bahia #ABB325

Tints of Bahia #ABB325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.56%

R = 44.19%
G = 46.25%
B = 9.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#ABB325 (or 0xABB325) is known color: Bahia. HEX triplet: AB, B3 and 25. RGB value is (171,179,37). Sum of RGB (Red+Green+Blue) = 171+179+37=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB325 is #544CDA. Grayscale: #A0A0A0. Windows color (decimal): -5524699 or 2470827. OLE color: 2470827.

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

Color convert

RGB 171 179 37 -
CMYK 0.04 0 0.79 0.30
HSL 63.38º 0.66% 0.42% -
HSV(B) 63.38º 0.79% 0.7% -
XYZ 33.25 41.03 7.92 -
YUV 160.42 58.35 135.55 -
System Red Green Blue C M Y K H S L
Decimal 171 179 37 0.04 0 0.79 0.30 63.38 0.66 0.42
Hex AB B3 25 4 0 4F 1E 3F 42 2A
Octal 253 263 45 4 0 117 36 77 102 52
Binary 10101011 10110011 100101 100 0 1001111 11110 111111 1000010 101010

Color Harmonies of #ABB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB325

Black with #ABB325

Text Example


Text Example

White with #ABB325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB325; }

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

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

background-color css

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

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

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

border-color css

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

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

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