Html Css Color HEX #ABB41C Bahia

📋 copy color: '#ABB41C'

red 171 ◦ green 180 ◦ blue 28

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

Shades of Bahia #ABB41C

Tints of Bahia #ABB41C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.39%

R = 45.12%
G = 47.49%
B = 7.39%

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

#ABB41C (or 0xABB41C) is known color: Bahia. HEX triplet: AB, B4 and 1C. RGB value is (171,180,28). Sum of RGB (Red+Green+Blue) = 171+180+28=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB41C is #544BE3. Grayscale: #A0A0A0. Windows color (decimal): -5524452 or 1881259. OLE color: 1881259.

HSL color Cylindrical-coordinate representation of color #ABB41C: hue angle of 63.55º degrees, saturation: 0.73, 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 #ABB41C is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 180 28 -
CMYK 0.05 0 0.84 0.29
HSL 63.55º 0.73% 0.41% -
HSV(B) 63.55º 0.84% 0.71% -
XYZ 33.33 41.38 7.33 -
YUV 159.98 53.52 135.86 -
System Red Green Blue C M Y K H S L
Decimal 171 180 28 0.05 0 0.84 0.29 63.55 0.73 0.41
Hex AB B4 1C 5 0 54 1D 40 49 29
Octal 253 264 34 5 0 124 35 100 111 51
Binary 10101011 10110100 11100 101 0 1010100 11101 1000000 1001001 101001

Color Harmonies of #ABB41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB41C

Black with #ABB41C

Text Example


Text Example

White with #ABB41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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