Html Css Color HEX #ABBC31 Bahia

📋 copy color: '#ABBC31'

red 171 ◦ green 188 ◦ blue 49

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

Shades of Bahia #ABBC31

Tints of Bahia #ABBC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.01%

R = 41.91%
G = 46.08%
B = 12.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#ABBC31 (or 0xABBC31) is known color: Bahia. HEX triplet: AB, BC and 31. RGB value is (171,188,49). Sum of RGB (Red+Green+Blue) = 171+188+49=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBC31 is #5443CE. Grayscale: #A7A7A7. Windows color (decimal): -5522383 or 3259563. OLE color: 3259563.

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

Color convert

RGB 171 188 49 -
CMYK 0.09 0 0.74 0.26
HSL 67.34º 0.59% 0.46% -
HSV(B) 67.34º 0.74% 0.74% -
XYZ 35.33 44.85 9.7 -
YUV 167.07 61.37 130.8 -
System Red Green Blue C M Y K H S L
Decimal 171 188 49 0.09 0 0.74 0.26 67.34 0.59 0.46
Hex AB BC 31 9 0 4A 1A 43 3B 2E
Octal 253 274 61 11 0 112 32 103 73 56
Binary 10101011 10111100 110001 1001 0 1001010 11010 1000011 111011 101110

Color Harmonies of #ABBC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC31

Black with #ABBC31

Text Example


Text Example

White with #ABBC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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