Html Css Color HEX #ABBD19 Bahia

📋 copy color: '#ABBD19'

red 171 ◦ green 189 ◦ blue 25

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

Shades of Bahia #ABBD19

Tints of Bahia #ABBD19

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.09%

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

R = 44.42%
G = 49.09%
B = 6.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#ABBD19 (or 0xABBD19) is known color: Bahia. HEX triplet: AB, BD and 19. RGB value is (171,189,25). Sum of RGB (Red+Green+Blue) = 171+189+25=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBD19 is #5442E6. Grayscale: #A5A5A5. Windows color (decimal): -5522151 or 1686955. OLE color: 1686955.

HSL color Cylindrical-coordinate representation of color #ABBD19: hue angle of 66.59º 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 #ABBD19 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 189 25 -
CMYK 0.10 0 0.87 0.26
HSL 66.59º 0.77% 0.42% -
HSV(B) 66.59º 0.87% 0.74% -
XYZ 35.17 45.12 7.78 -
YUV 164.92 49.04 132.34 -
System Red Green Blue C M Y K H S L
Decimal 171 189 25 0.10 0 0.87 0.26 66.59 0.77 0.42
Hex AB BD 19 A 0 57 1A 43 4D 2A
Octal 253 275 31 12 0 127 32 103 115 52
Binary 10101011 10111101 11001 1010 0 1010111 11010 1000011 1001101 101010

Color Harmonies of #ABBD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD19

Black with #ABBD19

Text Example


Text Example

White with #ABBD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD19; }

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

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

background-color css

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

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

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

border-color css

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

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

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