Html Css Color HEX #ABBA32 Bahia

📋 copy color: '#ABBA32'

red 171 ◦ green 186 ◦ blue 50

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

Shades of Bahia #ABBA32

Tints of Bahia #ABBA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.29%

R = 42.01%
G = 45.7%
B = 12.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#ABBA32 (or 0xABBA32) is known color: Bahia. HEX triplet: AB, BA and 32. RGB value is (171,186,50). Sum of RGB (Red+Green+Blue) = 171+186+50=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA32 is #5445CD. Grayscale: #A6A6A6. Windows color (decimal): -5522894 or 3324587. OLE color: 3324587.

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

Color convert

RGB 171 186 50 -
CMYK 0.08 0 0.73 0.27
HSL 66.62º 0.58% 0.46% -
HSV(B) 66.62º 0.73% 0.73% -
XYZ 34.93 44.01 9.67 -
YUV 166.01 62.53 131.56 -
System Red Green Blue C M Y K H S L
Decimal 171 186 50 0.08 0 0.73 0.27 66.62 0.58 0.46
Hex AB BA 32 8 0 49 1B 43 3A 2E
Octal 253 272 62 10 0 111 33 103 72 56
Binary 10101011 10111010 110010 1000 0 1001001 11011 1000011 111010 101110

Color Harmonies of #ABBA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA32

Black with #ABBA32

Text Example


Text Example

White with #ABBA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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