Html Css Color HEX #ADB632 Bahia

📋 copy color: '#ADB632'

red 173 ◦ green 182 ◦ blue 50

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

Shades of Bahia #ADB632

Tints of Bahia #ADB632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.35%

R = 42.72%
G = 44.94%
B = 12.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#ADB632 (or 0xADB632) is known color: Bahia. HEX triplet: AD, B6 and 32. RGB value is (173,182,50). Sum of RGB (Red+Green+Blue) = 173+182+50=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB632 is #5249CD. Grayscale: #A4A4A4. Windows color (decimal): -5392846 or 3323565. OLE color: 3323565.

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

Color convert

RGB 173 182 50 -
CMYK 0.05 0 0.73 0.29
HSL 64.09º 0.57% 0.45% -
HSV(B) 64.09º 0.73% 0.71% -
XYZ 34.54 42.57 9.41 -
YUV 164.26 63.52 134.23 -
System Red Green Blue C M Y K H S L
Decimal 173 182 50 0.05 0 0.73 0.29 64.09 0.57 0.45
Hex AD B6 32 5 0 49 1D 40 39 2D
Octal 255 266 62 5 0 111 35 100 71 55
Binary 10101101 10110110 110010 101 0 1001001 11101 1000000 111001 101101

Color Harmonies of #ADB632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB632

Black with #ADB632

Text Example


Text Example

White with #ADB632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB632; }

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

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

background-color css

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

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

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

border-color css

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

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

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