Html Css Color HEX #A0B423 Bahia

📋 copy color: '#A0B423'

red 160 ◦ green 180 ◦ blue 35

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

Shades of Bahia #A0B423

Tints of Bahia #A0B423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.33%

R = 42.67%
G = 48%
B = 9.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#A0B423 (or 0xA0B423) is known color: Bahia. HEX triplet: A0, B4 and 23. RGB value is (160,180,35). Sum of RGB (Red+Green+Blue) = 160+180+35=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B423 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B423 is #5F4BDC. Grayscale: #9E9E9E. Windows color (decimal): -6245341 or 2340000. OLE color: 2340000.

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

Color convert

RGB 160 180 35 -
CMYK 0.11 0 0.81 0.29
HSL 68.28º 0.67% 0.42% -
HSV(B) 68.28º 0.81% 0.71% -
XYZ 31.12 40.24 7.72 -
YUV 157.49 58.87 129.79 -
System Red Green Blue C M Y K H S L
Decimal 160 180 35 0.11 0 0.81 0.29 68.28 0.67 0.42
Hex A0 B4 23 B 0 51 1D 44 43 2A
Octal 240 264 43 13 0 121 35 104 103 52
Binary 10100000 10110100 100011 1011 0 1010001 11101 1000100 1000011 101010

Color Harmonies of #A0B423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B423

Black with #A0B423

Text Example


Text Example

White with #A0B423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B423; }

 p { color: rgb(160,180,35); }

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

background-color css

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

 a { background-color: rgb(160,180,35); }

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

border-color css

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

 span { border-color: rgb(160,180,35); }

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