Html Css Color HEX #ADB834 Bahia

📋 copy color: '#ADB834'

red 173 ◦ green 184 ◦ blue 52

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

Shades of Bahia #ADB834

Tints of Bahia #ADB834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.71%

R = 42.3%
G = 44.99%
B = 12.71%

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

#ADB834 (or 0xADB834) is known color: Bahia. HEX triplet: AD, B8 and 34. RGB value is (173,184,52). Sum of RGB (Red+Green+Blue) = 173+184+52=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB834 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB834 is #5247CB. Grayscale: #A6A6A6. Windows color (decimal): -5392332 or 3455149. OLE color: 3455149.

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

Color convert

RGB 173 184 52 -
CMYK 0.06 0 0.72 0.28
HSL 65º 0.56% 0.46% -
HSV(B) 65º 0.72% 0.72% -
XYZ 34.99 43.41 9.78 -
YUV 165.66 63.86 133.23 -
System Red Green Blue C M Y K H S L
Decimal 173 184 52 0.06 0 0.72 0.28 65 0.56 0.46
Hex AD B8 34 6 0 48 1C 41 38 2E
Octal 255 270 64 6 0 110 34 101 70 56
Binary 10101101 10111000 110100 110 0 1001000 11100 1000001 111000 101110

Color Harmonies of #ADB834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB834

Black with #ADB834

Text Example


Text Example

White with #ADB834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB834; }

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

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

background-color css

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

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

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

border-color css

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

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

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