Html Css Color HEX #ABB523 Bahia

📋 copy color: '#ABB523'

red 171 ◦ green 181 ◦ blue 35

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

Shades of Bahia #ABB523

Tints of Bahia #ABB523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.04%

R = 44.19%
G = 46.77%
B = 9.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#ABB523 (or 0xABB523) is known color: Bahia. HEX triplet: AB, B5 and 23. RGB value is (171,181,35). Sum of RGB (Red+Green+Blue) = 171+181+35=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 35 (14.06% from 255 or 9.04% from 387); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB523 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB523 is #544ADC. Grayscale: #A1A1A1. Windows color (decimal): -5524189 or 2340267. OLE color: 2340267.

HSL color Cylindrical-coordinate representation of color #ABB523: hue angle of 64.11º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ABB523 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 181 35 -
CMYK 0.06 0 0.81 0.29
HSL 64.11º 0.68% 0.42% -
HSV(B) 64.11º 0.81% 0.71% -
XYZ 33.62 41.83 7.89 -
YUV 161.37 56.69 134.87 -
System Red Green Blue C M Y K H S L
Decimal 171 181 35 0.06 0 0.81 0.29 64.11 0.68 0.42
Hex AB B5 23 6 0 51 1D 40 44 2A
Octal 253 265 43 6 0 121 35 100 104 52
Binary 10101011 10110101 100011 110 0 1010001 11101 1000000 1000100 101010

Color Harmonies of #ABB523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB523

Black with #ABB523

Text Example


Text Example

White with #ABB523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB523; }

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

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

background-color css

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

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

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

border-color css

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

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

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