Html Css Color HEX #ABB21C Bahia

📋 copy color: '#ABB21C'

red 171 ◦ green 178 ◦ blue 28

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

Shades of Bahia #ABB21C

Tints of Bahia #ABB21C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.21%

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

R = 45.36%
G = 47.21%
B = 7.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#ABB21C (or 0xABB21C) is known color: Bahia. HEX triplet: AB, B2 and 1C. RGB value is (171,178,28). Sum of RGB (Red+Green+Blue) = 171+178+28=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB21C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABB21C is #544DE3. Grayscale: #9F9F9F. Windows color (decimal): -5524964 or 1880747. OLE color: 1880747.

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

Color convert

RGB 171 178 28 -
CMYK 0.04 0 0.84 0.30
HSL 62.8º 0.73% 0.4% -
HSV(B) 62.8º 0.84% 0.7% -
XYZ 32.92 40.58 7.2 -
YUV 158.81 54.18 136.7 -
System Red Green Blue C M Y K H S L
Decimal 171 178 28 0.04 0 0.84 0.30 62.8 0.73 0.4
Hex AB B2 1C 4 0 54 1E 3F 49 28
Octal 253 262 34 4 0 124 36 77 111 50
Binary 10101011 10110010 11100 100 0 1010100 11110 111111 1001001 101000

Color Harmonies of #ABB21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB21C

Black with #ABB21C

Text Example


Text Example

White with #ABB21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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