Html Css Color HEX #ABBF19 Bahia

📋 copy color: '#ABBF19'

red 171 ◦ green 191 ◦ blue 25

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

Shades of Bahia #ABBF19

Tints of Bahia #ABBF19

RGB

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

 GREEN value IS 191 (75% from 255) = 49.35%

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

R = 44.19%
G = 49.35%
B = 6.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#ABBF19 (or 0xABBF19) is known color: Bahia. HEX triplet: AB, BF and 19. RGB value is (171,191,25). Sum of RGB (Red+Green+Blue) = 171+191+25=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBF19 is #5440E6. Grayscale: #A6A6A6. Windows color (decimal): -5521639 or 1687467. OLE color: 1687467.

HSL color Cylindrical-coordinate representation of color #ABBF19: hue angle of 67.23º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABBF19 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 191 25 -
CMYK 0.10 0 0.87 0.25
HSL 67.23º 0.77% 0.42% -
HSV(B) 67.23º 0.87% 0.75% -
XYZ 35.6 45.99 7.92 -
YUV 166.1 48.37 131.5 -
System Red Green Blue C M Y K H S L
Decimal 171 191 25 0.10 0 0.87 0.25 67.23 0.77 0.42
Hex AB BF 19 A 0 57 19 43 4D 2A
Octal 253 277 31 12 0 127 31 103 115 52
Binary 10101011 10111111 11001 1010 0 1010111 11001 1000011 1001101 101010

Color Harmonies of #ABBF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBF19

Black with #ABBF19

Text Example


Text Example

White with #ABBF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBF19; }

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

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

background-color css

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

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

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

border-color css

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

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

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