Html Css Color HEX #A1B334 Bahia

📋 copy color: '#A1B334'

red 161 ◦ green 179 ◦ blue 52

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

Shades of Bahia #A1B334

Tints of Bahia #A1B334

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.66%

 BLUE value IS 52 (20.7% from 255) = 13.27%

R = 41.07%
G = 45.66%
B = 13.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#A1B334 (or 0xA1B334) is known color: Bahia. HEX triplet: A1, B3 and 34. RGB value is (161,179,52). Sum of RGB (Red+Green+Blue) = 161+179+52=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B334 is #5E4CCB. Grayscale: #9F9F9F. Windows color (decimal): -6180044 or 3453857. OLE color: 3453857.

HSL color Cylindrical-coordinate representation of color #A1B334: hue angle of 68.5º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1B334 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 179 52 -
CMYK 0.10 0 0.71 0.30
HSL 68.5º 0.55% 0.45% -
HSV(B) 68.5º 0.71% 0.7% -
XYZ 31.44 40.07 9.33 -
YUV 159.14 67.54 129.33 -
System Red Green Blue C M Y K H S L
Decimal 161 179 52 0.10 0 0.71 0.30 68.5 0.55 0.45
Hex A1 B3 34 A 0 47 1E 45 37 2D
Octal 241 263 64 12 0 107 36 105 67 55
Binary 10100001 10110011 110100 1010 0 1000111 11110 1000101 110111 101101

Color Harmonies of #A1B334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B334

Black with #A1B334

Text Example


Text Example

White with #A1B334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B334; }

 p { color: rgb(161,179,52); }

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

background-color css

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

 a { background-color: rgb(161,179,52); }

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

border-color css

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

 span { border-color: rgb(161,179,52); }

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