Html Css Color HEX #ABBC2A Bahia

📋 copy color: '#ABBC2A'

red 171 ◦ green 188 ◦ blue 42

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

Shades of Bahia #ABBC2A

Tints of Bahia #ABBC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.47%

R = 42.64%
G = 46.88%
B = 10.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#ABBC2A (or 0xABBC2A) is known color: Bahia. HEX triplet: AB, BC and 2A. RGB value is (171,188,42). Sum of RGB (Red+Green+Blue) = 171+188+42=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBC2A is #5443D5. Grayscale: #A6A6A6. Windows color (decimal): -5522390 or 2800811. OLE color: 2800811.

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

Color convert

RGB 171 188 42 -
CMYK 0.09 0 0.78 0.26
HSL 66.99º 0.63% 0.45% -
HSV(B) 66.99º 0.78% 0.74% -
XYZ 35.2 44.79 8.98 -
YUV 166.27 57.87 131.37 -
System Red Green Blue C M Y K H S L
Decimal 171 188 42 0.09 0 0.78 0.26 66.99 0.63 0.45
Hex AB BC 2A 9 0 4E 1A 43 3F 2D
Octal 253 274 52 11 0 116 32 103 77 55
Binary 10101011 10111100 101010 1001 0 1001110 11010 1000011 111111 101101

Color Harmonies of #ABBC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC2A

Black with #ABBC2A

Text Example


Text Example

White with #ABBC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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