Html Css Color HEX #ABB320 Bahia

📋 copy color: '#ABB320'

red 171 ◦ green 179 ◦ blue 32

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

Shades of Bahia #ABB320

Tints of Bahia #ABB320

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.86%

 BLUE value IS 32 (12.89% from 255) = 8.38%

R = 44.76%
G = 46.86%
B = 8.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#ABB320 (or 0xABB320) is known color: Bahia. HEX triplet: AB, B3 and 20. RGB value is (171,179,32). Sum of RGB (Red+Green+Blue) = 171+179+32=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 32 (12.89% from 255 or 8.38% from 382); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB320 is #544CDF. Grayscale: #A0A0A0. Windows color (decimal): -5524704 or 2143147. OLE color: 2143147.

HSL color Cylindrical-coordinate representation of color #ABB320: hue angle of 63.27º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABB320 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 179 32 -
CMYK 0.04 0 0.82 0.30
HSL 63.27º 0.7% 0.41% -
HSV(B) 63.27º 0.82% 0.7% -
XYZ 33.18 41 7.53 -
YUV 159.85 55.85 135.95 -
System Red Green Blue C M Y K H S L
Decimal 171 179 32 0.04 0 0.82 0.30 63.27 0.7 0.41
Hex AB B3 20 4 0 52 1E 3F 46 29
Octal 253 263 40 4 0 122 36 77 106 51
Binary 10101011 10110011 100000 100 0 1010010 11110 111111 1000110 101001

Color Harmonies of #ABB320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB320

Black with #ABB320

Text Example


Text Example

White with #ABB320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB320; }

 p { color: rgb(171,179,32); }

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

background-color css

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

 a { background-color: rgb(171,179,32); }

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

border-color css

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

 span { border-color: rgb(171,179,32); }

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