Html Css Color HEX #ABBC19 Bahia

📋 copy color: '#ABBC19'

red 171 ◦ green 188 ◦ blue 25

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

Shades of Bahia #ABBC19

Tints of Bahia #ABBC19

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.96%

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

R = 44.53%
G = 48.96%
B = 6.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#ABBC19 (or 0xABBC19) is known color: Bahia. HEX triplet: AB, BC and 19. RGB value is (171,188,25). Sum of RGB (Red+Green+Blue) = 171+188+25=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBC19 is #5443E6. Grayscale: #A4A4A4. Windows color (decimal): -5522407 or 1686699. OLE color: 1686699.

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

Color convert

RGB 171 188 25 -
CMYK 0.09 0 0.87 0.26
HSL 66.26º 0.77% 0.42% -
HSV(B) 66.26º 0.87% 0.74% -
XYZ 34.95 44.69 7.7 -
YUV 164.34 49.37 132.75 -
System Red Green Blue C M Y K H S L
Decimal 171 188 25 0.09 0 0.87 0.26 66.26 0.77 0.42
Hex AB BC 19 9 0 57 1A 42 4D 2A
Octal 253 274 31 11 0 127 32 102 115 52
Binary 10101011 10111100 11001 1001 0 1010111 11010 1000010 1001101 101010

Color Harmonies of #ABBC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC19

Black with #ABBC19

Text Example


Text Example

White with #ABBC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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