Html Css Color HEX #A5BB2C Bahia

📋 copy color: '#A5BB2C'

red 165 ◦ green 187 ◦ blue 44

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

Shades of Bahia #A5BB2C

Tints of Bahia #A5BB2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.11%

R = 41.67%
G = 47.22%
B = 11.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#A5BB2C (or 0xA5BB2C) is known color: Bahia. HEX triplet: A5, BB and 2C. RGB value is (165,187,44). Sum of RGB (Red+Green+Blue) = 165+187+44=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 44 (17.58% from 255 or 11.11% from 396); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BB2C is #5A44D3. Grayscale: #A4A4A4. Windows color (decimal): -5915860 or 2931621. OLE color: 2931621.

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

Color convert

RGB 165 187 44 -
CMYK 0.12 0 0.76 0.27
HSL 69.23º 0.62% 0.45% -
HSV(B) 69.23º 0.76% 0.73% -
XYZ 33.74 43.72 9.04 -
YUV 164.12 60.21 128.63 -
System Red Green Blue C M Y K H S L
Decimal 165 187 44 0.12 0 0.76 0.27 69.23 0.62 0.45
Hex A5 BB 2C C 0 4C 1B 45 3E 2D
Octal 245 273 54 14 0 114 33 105 76 55
Binary 10100101 10111011 101100 1100 0 1001100 11011 1000101 111110 101101

Color Harmonies of #A5BB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BB2C

Black with #A5BB2C

Text Example


Text Example

White with #A5BB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BB2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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