Html Css Color HEX #ABB413 Bahia

📋 copy color: '#ABB413'

red 171 ◦ green 180 ◦ blue 19

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

Shades of Bahia #ABB413

Tints of Bahia #ABB413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.14%

R = 46.22%
G = 48.65%
B = 5.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#ABB413 (or 0xABB413) is known color: Bahia. HEX triplet: AB, B4 and 13. RGB value is (171,180,19). Sum of RGB (Red+Green+Blue) = 171+180+19=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB413 is #544BEC. Grayscale: #9F9F9F. Windows color (decimal): -5524461 or 1291435. OLE color: 1291435.

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

Color convert

RGB 171 180 19 -
CMYK 0.05 0 0.89 0.29
HSL 63.35º 0.81% 0.39% -
HSV(B) 63.35º 0.89% 0.71% -
XYZ 33.23 41.35 6.85 -
YUV 158.96 49.02 136.59 -
System Red Green Blue C M Y K H S L
Decimal 171 180 19 0.05 0 0.89 0.29 63.35 0.81 0.39
Hex AB B4 13 5 0 59 1D 3F 51 27
Octal 253 264 23 5 0 131 35 77 121 47
Binary 10101011 10110100 10011 101 0 1011001 11101 111111 1010001 100111

Color Harmonies of #ABB413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB413

Black with #ABB413

Text Example


Text Example

White with #ABB413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB413; }

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

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

background-color css

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

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

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

border-color css

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

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

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