Html Css Color HEX #ABB32F Bahia

📋 copy color: '#ABB32F'

red 171 ◦ green 179 ◦ blue 47

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

Shades of Bahia #ABB32F

Tints of Bahia #ABB32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.84%

R = 43.07%
G = 45.09%
B = 11.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#ABB32F (or 0xABB32F) is known color: Bahia. HEX triplet: AB, B3 and 2F. RGB value is (171,179,47). Sum of RGB (Red+Green+Blue) = 171+179+47=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB32F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB32F is #544CD0. Grayscale: #A2A2A2. Windows color (decimal): -5524689 or 3126187. OLE color: 3126187.

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

Color convert

RGB 171 179 47 -
CMYK 0.04 0 0.74 0.30
HSL 63.64º 0.58% 0.44% -
HSV(B) 63.64º 0.74% 0.7% -
XYZ 33.43 41.1 8.86 -
YUV 161.56 63.35 134.73 -
System Red Green Blue C M Y K H S L
Decimal 171 179 47 0.04 0 0.74 0.30 63.64 0.58 0.44
Hex AB B3 2F 4 0 4A 1E 40 3A 2C
Octal 253 263 57 4 0 112 36 100 72 54
Binary 10101011 10110011 101111 100 0 1001010 11110 1000000 111010 101100

Color Harmonies of #ABB32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB32F

Black with #ABB32F

Text Example


Text Example

White with #ABB32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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