Html Css Color HEX #ABB41D Bahia

📋 copy color: '#ABB41D'

red 171 ◦ green 180 ◦ blue 29

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

Shades of Bahia #ABB41D

Tints of Bahia #ABB41D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.37%

 BLUE value IS 29 (11.72% from 255) = 7.63%

R = 45%
G = 47.37%
B = 7.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#ABB41D (or 0xABB41D) is known color: Bahia. HEX triplet: AB, B4 and 1D. RGB value is (171,180,29). Sum of RGB (Red+Green+Blue) = 171+180+29=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB41D is #544BE2. Grayscale: #A0A0A0. Windows color (decimal): -5524451 or 1946795. OLE color: 1946795.

HSL color Cylindrical-coordinate representation of color #ABB41D: hue angle of 63.58º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ABB41D is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 180 29 -
CMYK 0.05 0 0.84 0.29
HSL 63.58º 0.72% 0.41% -
HSV(B) 63.58º 0.84% 0.71% -
XYZ 33.34 41.39 7.39 -
YUV 160.1 54.02 135.78 -
System Red Green Blue C M Y K H S L
Decimal 171 180 29 0.05 0 0.84 0.29 63.58 0.72 0.41
Hex AB B4 1D 5 0 54 1D 40 48 29
Octal 253 264 35 5 0 124 35 100 110 51
Binary 10101011 10110100 11101 101 0 1010100 11101 1000000 1001000 101001

Color Harmonies of #ABB41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB41D

Black with #ABB41D

Text Example


Text Example

White with #ABB41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB41D; }

 p { color: rgb(171,180,29); }

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

background-color css

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

 a { background-color: rgb(171,180,29); }

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

border-color css

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

 span { border-color: rgb(171,180,29); }

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