Html Css Color HEX #ABBA25 Bahia

📋 copy color: '#ABBA25'

red 171 ◦ green 186 ◦ blue 37

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

Shades of Bahia #ABBA25

Tints of Bahia #ABBA25

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.21%

 BLUE value IS 37 (14.84% from 255) = 9.39%

R = 43.4%
G = 47.21%
B = 9.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#ABBA25 (or 0xABBA25) is known color: Bahia. HEX triplet: AB, BA and 25. RGB value is (171,186,37). Sum of RGB (Red+Green+Blue) = 171+186+37=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 37 (14.84% from 255 or 9.39% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA25 is #5445DA. Grayscale: #A5A5A5. Windows color (decimal): -5522907 or 2472619. OLE color: 2472619.

HSL color Cylindrical-coordinate representation of color #ABBA25: hue angle of 66.04º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABBA25 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 186 37 -
CMYK 0.08 0 0.80 0.27
HSL 66.04º 0.67% 0.44% -
HSV(B) 66.04º 0.8% 0.73% -
XYZ 34.69 43.91 8.4 -
YUV 164.53 56.03 132.62 -
System Red Green Blue C M Y K H S L
Decimal 171 186 37 0.08 0 0.80 0.27 66.04 0.67 0.44
Hex AB BA 25 8 0 50 1B 42 43 2C
Octal 253 272 45 10 0 120 33 102 103 54
Binary 10101011 10111010 100101 1000 0 1010000 11011 1000010 1000011 101100

Color Harmonies of #ABBA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA25

Black with #ABBA25

Text Example


Text Example

White with #ABBA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA25; }

 p { color: rgb(171,186,37); }

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

background-color css

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

 a { background-color: rgb(171,186,37); }

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

border-color css

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

 span { border-color: rgb(171,186,37); }

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