Html Css Color HEX #ABB52D Bahia

📋 copy color: '#ABB52D'

red 171 ◦ green 181 ◦ blue 45

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

Shades of Bahia #ABB52D

Tints of Bahia #ABB52D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.59%

 BLUE value IS 45 (17.97% from 255) = 11.34%

R = 43.07%
G = 45.59%
B = 11.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#ABB52D (or 0xABB52D) is known color: Bahia. HEX triplet: AB, B5 and 2D. RGB value is (171,181,45). Sum of RGB (Red+Green+Blue) = 171+181+45=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB52D is #544AD2. Grayscale: #A3A3A3. Windows color (decimal): -5524179 or 2995627. OLE color: 2995627.

HSL color Cylindrical-coordinate representation of color #ABB52D: hue angle of 64.41º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABB52D is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 181 45 -
CMYK 0.06 0 0.75 0.29
HSL 64.41º 0.6% 0.44% -
HSV(B) 64.41º 0.75% 0.71% -
XYZ 33.79 41.9 8.79 -
YUV 162.51 61.69 134.06 -
System Red Green Blue C M Y K H S L
Decimal 171 181 45 0.06 0 0.75 0.29 64.41 0.6 0.44
Hex AB B5 2D 6 0 4B 1D 40 3C 2C
Octal 253 265 55 6 0 113 35 100 74 54
Binary 10101011 10110101 101101 110 0 1001011 11101 1000000 111100 101100

Color Harmonies of #ABB52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB52D

Black with #ABB52D

Text Example


Text Example

White with #ABB52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB52D; }

 p { color: rgb(171,181,45); }

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

background-color css

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

 a { background-color: rgb(171,181,45); }

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

border-color css

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

 span { border-color: rgb(171,181,45); }

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