Html Css Color HEX #A5BB2B Bahia

📋 copy color: '#A5BB2B'

red 165 ◦ green 187 ◦ blue 43

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

Shades of Bahia #A5BB2B

Tints of Bahia #A5BB2B

RGB

 RED value IS 165 (64.84% from 255) = 41.77%

 GREEN value IS 187 (73.44% from 255) = 47.34%

 BLUE value IS 43 (17.19% from 255) = 10.89%

R = 41.77%
G = 47.34%
B = 10.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#A5BB2B (or 0xA5BB2B) is known color: Bahia. HEX triplet: A5, BB and 2B. RGB value is (165,187,43). Sum of RGB (Red+Green+Blue) = 165+187+43=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BB2B is #5A44D4. Grayscale: #A4A4A4. Windows color (decimal): -5915861 or 2866085. OLE color: 2866085.

HSL color Cylindrical-coordinate representation of color #A5BB2B: hue angle of 69.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A5BB2B is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 187 43 -
CMYK 0.12 0 0.77 0.27
HSL 69.17º 0.63% 0.45% -
HSV(B) 69.17º 0.77% 0.73% -
XYZ 33.72 43.71 8.95 -
YUV 164.01 59.71 128.71 -
System Red Green Blue C M Y K H S L
Decimal 165 187 43 0.12 0 0.77 0.27 69.17 0.63 0.45
Hex A5 BB 2B C 0 4D 1B 45 3F 2D
Octal 245 273 53 14 0 115 33 105 77 55
Binary 10100101 10111011 101011 1100 0 1001101 11011 1000101 111111 101101

Color Harmonies of #A5BB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BB2B

Black with #A5BB2B

Text Example


Text Example

White with #A5BB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BB2B; }

 p { color: rgb(165,187,43); }

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

background-color css

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

 a { background-color: rgb(165,187,43); }

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

border-color css

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

 span { border-color: rgb(165,187,43); }

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