Html Css Color HEX #A0B026 Bahia

📋 copy color: '#A0B026'

red 160 ◦ green 176 ◦ blue 38

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

Shades of Bahia #A0B026

Tints of Bahia #A0B026

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.06%

 BLUE value IS 38 (15.23% from 255) = 10.16%

R = 42.78%
G = 47.06%
B = 10.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#A0B026 (or 0xA0B026) is known color: Bahia. HEX triplet: A0, B0 and 26. RGB value is (160,176,38). Sum of RGB (Red+Green+Blue) = 160+176+38=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 38 (15.23% from 255 or 10.16% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0B026 is #5F4FD9. Grayscale: #9C9C9C. Windows color (decimal): -6246362 or 2535584. OLE color: 2535584.

HSL color Cylindrical-coordinate representation of color #A0B026: hue angle of 66.96º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0B026 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 176 38 -
CMYK 0.09 0 0.78 0.31
HSL 66.96º 0.64% 0.42% -
HSV(B) 66.96º 0.78% 0.69% -
XYZ 30.37 38.66 7.7 -
YUV 155.48 61.7 131.22 -
System Red Green Blue C M Y K H S L
Decimal 160 176 38 0.09 0 0.78 0.31 66.96 0.64 0.42
Hex A0 B0 26 9 0 4E 1F 43 40 2A
Octal 240 260 46 11 0 116 37 103 100 52
Binary 10100000 10110000 100110 1001 0 1001110 11111 1000011 1000000 101010

Color Harmonies of #A0B026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B026

Black with #A0B026

Text Example


Text Example

White with #A0B026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B026; }

 p { color: rgb(160,176,38); }

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

background-color css

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

 a { background-color: rgb(160,176,38); }

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

border-color css

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

 span { border-color: rgb(160,176,38); }

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