Html Css Color HEX #ABB21D Bahia

📋 copy color: '#ABB21D'

red 171 ◦ green 178 ◦ blue 29

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

Shades of Bahia #ABB21D

Tints of Bahia #ABB21D

RGB

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

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

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

R = 45.24%
G = 47.09%
B = 7.67%

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

#ABB21D (or 0xABB21D) is known color: Bahia. HEX triplet: AB, B2 and 1D. RGB value is (171,178,29). Sum of RGB (Red+Green+Blue) = 171+178+29=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABB21D is #544DE2. Grayscale: #9F9F9F. Windows color (decimal): -5524963 or 1946283. OLE color: 1946283.

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

Color convert

RGB 171 178 29 -
CMYK 0.04 0 0.84 0.30
HSL 62.82º 0.72% 0.41% -
HSV(B) 62.82º 0.84% 0.7% -
XYZ 32.94 40.59 7.26 -
YUV 158.92 54.68 136.62 -
System Red Green Blue C M Y K H S L
Decimal 171 178 29 0.04 0 0.84 0.30 62.82 0.72 0.41
Hex AB B2 1D 4 0 54 1E 3F 48 29
Octal 253 262 35 4 0 124 36 77 110 51
Binary 10101011 10110010 11101 100 0 1010100 11110 111111 1001000 101001

Color Harmonies of #ABB21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB21D

Black with #ABB21D

Text Example


Text Example

White with #ABB21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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