Html Css Color HEX #ABB534 Bahia

📋 copy color: '#ABB534'

red 171 ◦ green 181 ◦ blue 52

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

Shades of Bahia #ABB534

Tints of Bahia #ABB534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.87%

R = 42.33%
G = 44.8%
B = 12.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#ABB534 (or 0xABB534) is known color: Bahia. HEX triplet: AB, B5 and 34. RGB value is (171,181,52). Sum of RGB (Red+Green+Blue) = 171+181+52=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB534 is #544ACB. Grayscale: #A3A3A3. Windows color (decimal): -5524172 or 3454379. OLE color: 3454379.

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

Color convert

RGB 171 181 52 -
CMYK 0.06 0 0.71 0.29
HSL 64.65º 0.55% 0.46% -
HSV(B) 64.65º 0.71% 0.71% -
XYZ 33.94 41.95 9.56 -
YUV 163.3 65.19 133.49 -
System Red Green Blue C M Y K H S L
Decimal 171 181 52 0.06 0 0.71 0.29 64.65 0.55 0.46
Hex AB B5 34 6 0 47 1D 41 37 2E
Octal 253 265 64 6 0 107 35 101 67 56
Binary 10101011 10110101 110100 110 0 1000111 11101 1000001 110111 101110

Color Harmonies of #ABB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB534

Black with #ABB534

Text Example


Text Example

White with #ABB534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB534; }

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

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

background-color css

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

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

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

border-color css

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

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

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