Html Css Color HEX #A5B733 Bahia

📋 copy color: '#A5B733'

red 165 ◦ green 183 ◦ blue 51

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

Shades of Bahia #A5B733

Tints of Bahia #A5B733

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.86%

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

R = 41.35%
G = 45.86%
B = 12.78%

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

#A5B733 (or 0xA5B733) is known color: Bahia. HEX triplet: A5, B7 and 33. RGB value is (165,183,51). Sum of RGB (Red+Green+Blue) = 165+183+51=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 51 (20.31% from 255 or 12.78% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B733 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B733 is #5A48CC. Grayscale: #A3A3A3. Windows color (decimal): -5916877 or 3389349. OLE color: 3389349.

HSL color Cylindrical-coordinate representation of color #A5B733: hue angle of 68.18º degrees, saturation: 0.56, 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 #A5B733 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 183 51 -
CMYK 0.10 0 0.72 0.28
HSL 68.18º 0.56% 0.46% -
HSV(B) 68.18º 0.72% 0.72% -
XYZ 33.05 42.11 9.52 -
YUV 162.57 65.04 129.73 -
System Red Green Blue C M Y K H S L
Decimal 165 183 51 0.10 0 0.72 0.28 68.18 0.56 0.46
Hex A5 B7 33 A 0 48 1C 44 38 2E
Octal 245 267 63 12 0 110 34 104 70 56
Binary 10100101 10110111 110011 1010 0 1001000 11100 1000100 111000 101110

Color Harmonies of #A5B733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B733

Black with #A5B733

Text Example


Text Example

White with #A5B733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B733; }

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

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

background-color css

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

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

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

border-color css

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

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

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