Html Css Color HEX #ABB914 Bahia

📋 copy color: '#ABB914'

red 171 ◦ green 185 ◦ blue 20

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

Shades of Bahia #ABB914

Tints of Bahia #ABB914

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.2%

 BLUE value IS 20 (8.2% from 255) = 5.32%

R = 45.48%
G = 49.2%
B = 5.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#ABB914 (or 0xABB914) is known color: Bahia. HEX triplet: AB, B9 and 14. RGB value is (171,185,20). Sum of RGB (Red+Green+Blue) = 171+185+20=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB914 is #5446EB. Grayscale: #A2A2A2. Windows color (decimal): -5523180 or 1358251. OLE color: 1358251.

HSL color Cylindrical-coordinate representation of color #ABB914: hue angle of 65.09º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABB914 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 185 20 -
CMYK 0.08 0 0.89 0.27
HSL 65.09º 0.8% 0.4% -
HSV(B) 65.09º 0.89% 0.73% -
XYZ 34.27 43.41 7.23 -
YUV 162 47.86 134.42 -
System Red Green Blue C M Y K H S L
Decimal 171 185 20 0.08 0 0.89 0.27 65.09 0.8 0.4
Hex AB B9 14 8 0 59 1B 41 50 28
Octal 253 271 24 10 0 131 33 101 120 50
Binary 10101011 10111001 10100 1000 0 1011001 11011 1000001 1010000 101000

Color Harmonies of #ABB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB914

Black with #ABB914

Text Example


Text Example

White with #ABB914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB914; }

 p { color: rgb(171,185,20); }

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

background-color css

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

 a { background-color: rgb(171,185,20); }

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

border-color css

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

 span { border-color: rgb(171,185,20); }

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