Html Css Color HEX #A0B61B Bahia

📋 copy color: '#A0B61B'

red 160 ◦ green 182 ◦ blue 27

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

Shades of Bahia #A0B61B

Tints of Bahia #A0B61B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.32%

 BLUE value IS 27 (10.94% from 255) = 7.32%

R = 43.36%
G = 49.32%
B = 7.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#A0B61B (or 0xA0B61B) is known color: Bahia. HEX triplet: A0, B6 and 1B. RGB value is (160,182,27). Sum of RGB (Red+Green+Blue) = 160+182+27=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 182 (71.48% from 255 or 49.32% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B61B is #5F49E4. Grayscale: #9E9E9E. Windows color (decimal): -6244837 or 1816224. OLE color: 1816224.

HSL color Cylindrical-coordinate representation of color #A0B61B: hue angle of 68.52º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0B61B is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 182 27 -
CMYK 0.12 0 0.85 0.29
HSL 68.52º 0.74% 0.41% -
HSV(B) 68.52º 0.85% 0.71% -
XYZ 31.42 41.01 7.3 -
YUV 157.75 54.21 129.6 -
System Red Green Blue C M Y K H S L
Decimal 160 182 27 0.12 0 0.85 0.29 68.52 0.74 0.41
Hex A0 B6 1B C 0 55 1D 45 4A 29
Octal 240 266 33 14 0 125 35 105 112 51
Binary 10100000 10110110 11011 1100 0 1010101 11101 1000101 1001010 101001

Color Harmonies of #A0B61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B61B

Black with #A0B61B

Text Example


Text Example

White with #A0B61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B61B; }

 p { color: rgb(160,182,27); }

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

background-color css

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

 a { background-color: rgb(160,182,27); }

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

border-color css

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

 span { border-color: rgb(160,182,27); }

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