Html Css Color HEX #ABB919 Bahia

📋 copy color: '#ABB919'

red 171 ◦ green 185 ◦ blue 25

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

Shades of Bahia #ABB919

Tints of Bahia #ABB919

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.56%

 BLUE value IS 25 (10.16% from 255) = 6.56%

R = 44.88%
G = 48.56%
B = 6.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#ABB919 (or 0xABB919) is known color: Bahia. HEX triplet: AB, B9 and 19. RGB value is (171,185,25). Sum of RGB (Red+Green+Blue) = 171+185+25=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB919 is #5446E6. Grayscale: #A3A3A3. Windows color (decimal): -5523175 or 1685931. OLE color: 1685931.

HSL color Cylindrical-coordinate representation of color #ABB919: hue angle of 65.25º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ABB919 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 185 25 -
CMYK 0.08 0 0.86 0.27
HSL 65.25º 0.76% 0.41% -
HSV(B) 65.25º 0.86% 0.73% -
XYZ 34.32 43.43 7.49 -
YUV 162.57 50.36 134.01 -
System Red Green Blue C M Y K H S L
Decimal 171 185 25 0.08 0 0.86 0.27 65.25 0.76 0.41
Hex AB B9 19 8 0 56 1B 41 4C 29
Octal 253 271 31 10 0 126 33 101 114 51
Binary 10101011 10111001 11001 1000 0 1010110 11011 1000001 1001100 101001

Color Harmonies of #ABB919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB919

Black with #ABB919

Text Example


Text Example

White with #ABB919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB919; }

 p { color: rgb(171,185,25); }

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

background-color css

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

 a { background-color: rgb(171,185,25); }

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

border-color css

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

 span { border-color: rgb(171,185,25); }

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