Html Css Color HEX #A1BE2D Bahia

📋 copy color: '#A1BE2D'

red 161 ◦ green 190 ◦ blue 45

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

Shades of Bahia #A1BE2D

Tints of Bahia #A1BE2D

RGB

 RED value IS 161 (63.28% from 255) = 40.66%

 GREEN value IS 190 (74.61% from 255) = 47.98%

 BLUE value IS 45 (17.97% from 255) = 11.36%

R = 40.66%
G = 47.98%
B = 11.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#A1BE2D (or 0xA1BE2D) is known color: Bahia. HEX triplet: A1, BE and 2D. RGB value is (161,190,45). Sum of RGB (Red+Green+Blue) = 161+190+45=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 190 (74.61% from 255 or 47.98% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BE2D is #5E41D2. Grayscale: #A5A5A5. Windows color (decimal): -6177235 or 2997921. OLE color: 2997921.

HSL color Cylindrical-coordinate representation of color #A1BE2D: hue angle of 72º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1BE2D is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 190 45 -
CMYK 0.15 0 0.76 0.25
HSL 72º 0.62% 0.46% -
HSV(B) 72º 0.76% 0.75% -
XYZ 33.59 44.59 9.32 -
YUV 164.8 60.39 125.29 -
System Red Green Blue C M Y K H S L
Decimal 161 190 45 0.15 0 0.76 0.25 72 0.62 0.46
Hex A1 BE 2D F 0 4C 19 48 3E 2E
Octal 241 276 55 17 0 114 31 110 76 56
Binary 10100001 10111110 101101 1111 0 1001100 11001 1001000 111110 101110

Color Harmonies of #A1BE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BE2D

Black with #A1BE2D

Text Example


Text Example

White with #A1BE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BE2D; }

 p { color: rgb(161,190,45); }

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

background-color css

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

 a { background-color: rgb(161,190,45); }

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

border-color css

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

 span { border-color: rgb(161,190,45); }

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