Html Css Color HEX #ADB533 Bahia

📋 copy color: '#ADB533'

red 173 ◦ green 181 ◦ blue 51

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

Shades of Bahia #ADB533

Tints of Bahia #ADB533

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.69%

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

R = 42.72%
G = 44.69%
B = 12.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#ADB533 (or 0xADB533) is known color: Bahia. HEX triplet: AD, B5 and 33. RGB value is (173,181,51). Sum of RGB (Red+Green+Blue) = 173+181+51=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 51 (20.31% from 255 or 12.59% from 405); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB533 is #524ACC. Grayscale: #A4A4A4. Windows color (decimal): -5393101 or 3388845. OLE color: 3388845.

HSL color Cylindrical-coordinate representation of color #ADB533: hue angle of 63.69º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADB533 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 181 51 -
CMYK 0.04 0 0.72 0.29
HSL 63.69º 0.56% 0.45% -
HSV(B) 63.69º 0.72% 0.71% -
XYZ 34.36 42.17 9.46 -
YUV 163.79 64.35 134.57 -
System Red Green Blue C M Y K H S L
Decimal 173 181 51 0.04 0 0.72 0.29 63.69 0.56 0.45
Hex AD B5 33 4 0 48 1D 40 38 2D
Octal 255 265 63 4 0 110 35 100 70 55
Binary 10101101 10110101 110011 100 0 1001000 11101 1000000 111000 101101

Color Harmonies of #ADB533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB533

Black with #ADB533

Text Example


Text Example

White with #ADB533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB533; }

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

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

background-color css

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

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

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

border-color css

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

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

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