Html Css Color HEX #ABB423 Bahia

📋 copy color: '#ABB423'

red 171 ◦ green 180 ◦ blue 35

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

Shades of Bahia #ABB423

Tints of Bahia #ABB423

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.63%

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

R = 44.3%
G = 46.63%
B = 9.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#ABB423 (or 0xABB423) is known color: Bahia. HEX triplet: AB, B4 and 23. RGB value is (171,180,35). Sum of RGB (Red+Green+Blue) = 171+180+35=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 35 (14.06% from 255 or 9.07% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB423 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB423 is #544BDC. Grayscale: #A1A1A1. Windows color (decimal): -5524445 or 2340011. OLE color: 2340011.

HSL color Cylindrical-coordinate representation of color #ABB423: hue angle of 63.72º degrees, saturation: 0.67, 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 #ABB423 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 180 35 -
CMYK 0.05 0 0.81 0.29
HSL 63.72º 0.67% 0.42% -
HSV(B) 63.72º 0.81% 0.71% -
XYZ 33.42 41.42 7.82 -
YUV 160.78 57.02 135.29 -
System Red Green Blue C M Y K H S L
Decimal 171 180 35 0.05 0 0.81 0.29 63.72 0.67 0.42
Hex AB B4 23 5 0 51 1D 40 43 2A
Octal 253 264 43 5 0 121 35 100 103 52
Binary 10101011 10110100 100011 101 0 1010001 11101 1000000 1000011 101010

Color Harmonies of #ABB423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB423

Black with #ABB423

Text Example


Text Example

White with #ABB423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB423; }

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

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

background-color css

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

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

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

border-color css

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

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

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