Html Css Color HEX #ADB833 Bahia

📋 copy color: '#ADB833'

red 173 ◦ green 184 ◦ blue 51

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

Shades of Bahia #ADB833

Tints of Bahia #ADB833

RGB

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

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

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

R = 42.4%
G = 45.1%
B = 12.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#ADB833 (or 0xADB833) is known color: Bahia. HEX triplet: AD, B8 and 33. RGB value is (173,184,51). Sum of RGB (Red+Green+Blue) = 173+184+51=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 51 (20.31% from 255 or 12.5% from 408); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB833 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB833 is #5247CC. Grayscale: #A6A6A6. Windows color (decimal): -5392333 or 3389613. OLE color: 3389613.

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

Color convert

RGB 173 184 51 -
CMYK 0.06 0 0.72 0.28
HSL 64.96º 0.57% 0.46% -
HSV(B) 64.96º 0.72% 0.72% -
XYZ 34.97 43.4 9.67 -
YUV 165.55 63.36 133.31 -
System Red Green Blue C M Y K H S L
Decimal 173 184 51 0.06 0 0.72 0.28 64.96 0.57 0.46
Hex AD B8 33 6 0 48 1C 41 39 2E
Octal 255 270 63 6 0 110 34 101 71 56
Binary 10101101 10111000 110011 110 0 1001000 11100 1000001 111001 101110

Color Harmonies of #ADB833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB833

Black with #ADB833

Text Example


Text Example

White with #ADB833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB833; }

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

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

background-color css

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

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

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

border-color css

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

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

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