Html Css Color HEX #A5BB21 Bahia

📋 copy color: '#A5BB21'

red 165 ◦ green 187 ◦ blue 33

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

Shades of Bahia #A5BB21

Tints of Bahia #A5BB21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.57%

R = 42.86%
G = 48.57%
B = 8.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#A5BB21 (or 0xA5BB21) is known color: Bahia. HEX triplet: A5, BB and 21. RGB value is (165,187,33). Sum of RGB (Red+Green+Blue) = 165+187+33=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BB21 is #5A44DE. Grayscale: #A3A3A3. Windows color (decimal): -5915871 or 2210725. OLE color: 2210725.

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

Color convert

RGB 165 187 33 -
CMYK 0.12 0 0.82 0.27
HSL 68.57º 0.7% 0.43% -
HSV(B) 68.57º 0.82% 0.73% -
XYZ 33.56 43.65 8.1 -
YUV 162.87 54.71 129.52 -
System Red Green Blue C M Y K H S L
Decimal 165 187 33 0.12 0 0.82 0.27 68.57 0.7 0.43
Hex A5 BB 21 C 0 52 1B 45 46 2B
Octal 245 273 41 14 0 122 33 105 106 53
Binary 10100101 10111011 100001 1100 0 1010010 11011 1000101 1000110 101011

Color Harmonies of #A5BB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BB21

Black with #A5BB21

Text Example


Text Example

White with #A5BB21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BB21; }

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

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

background-color css

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

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

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

border-color css

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

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

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