Html Css Color HEX #ADB733 Bahia

📋 copy color: '#ADB733'

red 173 ◦ green 183 ◦ blue 51

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

Shades of Bahia #ADB733

Tints of Bahia #ADB733

RGB

 RED value IS 173 (67.97% from 255) = 42.51%

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

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

R = 42.51%
G = 44.96%
B = 12.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#ADB733 (or 0xADB733) is known color: Bahia. HEX triplet: AD, B7 and 33. RGB value is (173,183,51). Sum of RGB (Red+Green+Blue) = 173+183+51=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 51 (20.31% from 255 or 12.53% from 407); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB733 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB733 is #5248CC. Grayscale: #A5A5A5. Windows color (decimal): -5392589 or 3389357. OLE color: 3389357.

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

Color convert

RGB 173 183 51 -
CMYK 0.05 0 0.72 0.28
HSL 64.55º 0.56% 0.46% -
HSV(B) 64.55º 0.72% 0.72% -
XYZ 34.76 42.99 9.6 -
YUV 164.96 63.69 133.73 -
System Red Green Blue C M Y K H S L
Decimal 173 183 51 0.05 0 0.72 0.28 64.55 0.56 0.46
Hex AD B7 33 5 0 48 1C 41 38 2E
Octal 255 267 63 5 0 110 34 101 70 56
Binary 10101101 10110111 110011 101 0 1001000 11100 1000001 111000 101110

Color Harmonies of #ADB733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB733

Black with #ADB733

Text Example


Text Example

White with #ADB733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB733; }

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

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

background-color css

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

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

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

border-color css

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

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

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