Html Css Color HEX #ABB32D Bahia

📋 copy color: '#ABB32D'

red 171 ◦ green 179 ◦ blue 45

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

Shades of Bahia #ABB32D

Tints of Bahia #ABB32D

RGB

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

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

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

R = 43.29%
G = 45.32%
B = 11.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#ABB32D (or 0xABB32D) is known color: Bahia. HEX triplet: AB, B3 and 2D. RGB value is (171,179,45). Sum of RGB (Red+Green+Blue) = 171+179+45=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB32D is #544CD2. Grayscale: #A1A1A1. Windows color (decimal): -5524691 or 2995115. OLE color: 2995115.

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

Color convert

RGB 171 179 45 -
CMYK 0.04 0 0.75 0.30
HSL 63.58º 0.6% 0.44% -
HSV(B) 63.58º 0.75% 0.7% -
XYZ 33.39 41.09 8.65 -
YUV 161.33 62.35 134.9 -
System Red Green Blue C M Y K H S L
Decimal 171 179 45 0.04 0 0.75 0.30 63.58 0.6 0.44
Hex AB B3 2D 4 0 4B 1E 40 3C 2C
Octal 253 263 55 4 0 113 36 100 74 54
Binary 10101011 10110011 101101 100 0 1001011 11110 1000000 111100 101100

Color Harmonies of #ABB32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB32D

Black with #ABB32D

Text Example


Text Example

White with #ABB32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB32D; }

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

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

background-color css

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

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

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

border-color css

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

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

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