Html Css Color HEX #A0B917 Bahia

📋 copy color: '#A0B917'

red 160 ◦ green 185 ◦ blue 23

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

Shades of Bahia #A0B917

Tints of Bahia #A0B917

RGB

 RED value IS 160 (62.89% from 255) = 43.48%

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

 BLUE value IS 23 (9.38% from 255) = 6.25%

R = 43.48%
G = 50.27%
B = 6.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#A0B917 (or 0xA0B917) is known color: Bahia. HEX triplet: A0, B9 and 17. RGB value is (160,185,23). Sum of RGB (Red+Green+Blue) = 160+185+23=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 185 (72.66% from 255 or 50.27% from 368); Blue value is 23 (9.38% from 255 or 6.25% from 368); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B917 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B917 is #5F46E8. Grayscale: #9F9F9F. Windows color (decimal): -6244073 or 1554848. OLE color: 1554848.

HSL color Cylindrical-coordinate representation of color #A0B917: hue angle of 69.26º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0B917 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 185 23 -
CMYK 0.14 0 0.88 0.27
HSL 69.26º 0.78% 0.41% -
HSV(B) 69.26º 0.88% 0.73% -
XYZ 32 42.23 7.28 -
YUV 159.06 51.22 128.67 -
System Red Green Blue C M Y K H S L
Decimal 160 185 23 0.14 0 0.88 0.27 69.26 0.78 0.41
Hex A0 B9 17 E 0 58 1B 45 4E 29
Octal 240 271 27 16 0 130 33 105 116 51
Binary 10100000 10111001 10111 1110 0 1011000 11011 1000101 1001110 101001

Color Harmonies of #A0B917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B917

Black with #A0B917

Text Example


Text Example

White with #A0B917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B917; }

 p { color: rgb(160,185,23); }

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

background-color css

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

 a { background-color: rgb(160,185,23); }

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

border-color css

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

 span { border-color: rgb(160,185,23); }

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