Html Css Color HEX #A5B833 Bahia

📋 copy color: '#A5B833'

red 165 ◦ green 184 ◦ blue 51

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

Shades of Bahia #A5B833

Tints of Bahia #A5B833

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46%

 BLUE value IS 51 (20.31% from 255) = 12.75%

R = 41.25%
G = 46%
B = 12.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#A5B833 (or 0xA5B833) is known color: Bahia. HEX triplet: A5, B8 and 33. RGB value is (165,184,51). Sum of RGB (Red+Green+Blue) = 165+184+51=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B833 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B833 is #5A47CC. Grayscale: #A3A3A3. Windows color (decimal): -5916621 or 3389605. OLE color: 3389605.

HSL color Cylindrical-coordinate representation of color #A5B833: hue angle of 68.57º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5B833 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 184 51 -
CMYK 0.10 0 0.72 0.28
HSL 68.57º 0.57% 0.46% -
HSV(B) 68.57º 0.72% 0.72% -
XYZ 33.26 42.52 9.59 -
YUV 163.16 64.71 129.31 -
System Red Green Blue C M Y K H S L
Decimal 165 184 51 0.10 0 0.72 0.28 68.57 0.57 0.46
Hex A5 B8 33 A 0 48 1C 45 39 2E
Octal 245 270 63 12 0 110 34 105 71 56
Binary 10100101 10111000 110011 1010 0 1001000 11100 1000101 111001 101110

Color Harmonies of #A5B833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B833

Black with #A5B833

Text Example


Text Example

White with #A5B833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B833; }

 p { color: rgb(165,184,51); }

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

background-color css

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

 a { background-color: rgb(165,184,51); }

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

border-color css

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

 span { border-color: rgb(165,184,51); }

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