Html Css Color HEX #ADB633 Bahia

📋 copy color: '#ADB633'

red 173 ◦ green 182 ◦ blue 51

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

Shades of Bahia #ADB633

Tints of Bahia #ADB633

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.83%

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

R = 42.61%
G = 44.83%
B = 12.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#ADB633 (or 0xADB633) is known color: Bahia. HEX triplet: AD, B6 and 33. RGB value is (173,182,51). Sum of RGB (Red+Green+Blue) = 173+182+51=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 51 (20.31% from 255 or 12.56% from 406); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB633 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB633 is #5249CC. Grayscale: #A4A4A4. Windows color (decimal): -5392845 or 3389101. OLE color: 3389101.

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

Color convert

RGB 173 182 51 -
CMYK 0.05 0 0.72 0.29
HSL 64.12º 0.56% 0.46% -
HSV(B) 64.12º 0.72% 0.71% -
XYZ 34.56 42.58 9.53 -
YUV 164.38 64.02 134.15 -
System Red Green Blue C M Y K H S L
Decimal 173 182 51 0.05 0 0.72 0.29 64.12 0.56 0.46
Hex AD B6 33 5 0 48 1D 40 38 2E
Octal 255 266 63 5 0 110 35 100 70 56
Binary 10101101 10110110 110011 101 0 1001000 11101 1000000 111000 101110

Color Harmonies of #ADB633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB633

Black with #ADB633

Text Example


Text Example

White with #ADB633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB633; }

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

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

background-color css

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

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

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

border-color css

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

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

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