Html Css Color HEX #ABB72B Bahia

📋 copy color: '#ABB72B'

red 171 ◦ green 183 ◦ blue 43

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

Shades of Bahia #ABB72B

Tints of Bahia #ABB72B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.1%

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

R = 43.07%
G = 46.1%
B = 10.83%

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

#ABB72B (or 0xABB72B) is known color: Bahia. HEX triplet: AB, B7 and 2B. RGB value is (171,183,43). Sum of RGB (Red+Green+Blue) = 171+183+43=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB72B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB72B is #5448D4. Grayscale: #A3A3A3. Windows color (decimal): -5523669 or 2865067. OLE color: 2865067.

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

Color convert

RGB 171 183 43 -
CMYK 0.07 0 0.77 0.28
HSL 65.14º 0.62% 0.44% -
HSV(B) 65.14º 0.77% 0.72% -
XYZ 34.16 42.7 8.73 -
YUV 163.45 60.02 133.38 -
System Red Green Blue C M Y K H S L
Decimal 171 183 43 0.07 0 0.77 0.28 65.14 0.62 0.44
Hex AB B7 2B 7 0 4D 1C 41 3E 2C
Octal 253 267 53 7 0 115 34 101 76 54
Binary 10101011 10110111 101011 111 0 1001101 11100 1000001 111110 101100

Color Harmonies of #ABB72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB72B

Black with #ABB72B

Text Example


Text Example

White with #ABB72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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