Html Css Color HEX #ABB82B Bahia

📋 copy color: '#ABB82B'

red 171 ◦ green 184 ◦ blue 43

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

Shades of Bahia #ABB82B

Tints of Bahia #ABB82B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.23%

 BLUE value IS 43 (17.19% from 255) = 10.8%

R = 42.96%
G = 46.23%
B = 10.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#ABB82B (or 0xABB82B) is known color: Bahia. HEX triplet: AB, B8 and 2B. RGB value is (171,184,43). Sum of RGB (Red+Green+Blue) = 171+184+43=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB82B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB82B is #5447D4. Grayscale: #A4A4A4. Windows color (decimal): -5523413 or 2865323. OLE color: 2865323.

HSL color Cylindrical-coordinate representation of color #ABB82B: hue angle of 65.53º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABB82B is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 184 43 -
CMYK 0.07 0 0.77 0.28
HSL 65.53º 0.62% 0.45% -
HSV(B) 65.53º 0.77% 0.72% -
XYZ 34.37 43.11 8.8 -
YUV 164.04 59.69 132.96 -
System Red Green Blue C M Y K H S L
Decimal 171 184 43 0.07 0 0.77 0.28 65.53 0.62 0.45
Hex AB B8 2B 7 0 4D 1C 42 3E 2D
Octal 253 270 53 7 0 115 34 102 76 55
Binary 10101011 10111000 101011 111 0 1001101 11100 1000010 111110 101101

Color Harmonies of #ABB82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB82B

Black with #ABB82B

Text Example


Text Example

White with #ABB82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB82B; }

 p { color: rgb(171,184,43); }

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

background-color css

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

 a { background-color: rgb(171,184,43); }

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

border-color css

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

 span { border-color: rgb(171,184,43); }

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