Html Css Color HEX #ADB734 Bahia

📋 copy color: '#ADB734'

red 173 ◦ green 183 ◦ blue 52

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

Shades of Bahia #ADB734

Tints of Bahia #ADB734

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.85%

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

R = 42.4%
G = 44.85%
B = 12.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#ADB734 (or 0xADB734) is known color: Bahia. HEX triplet: AD, B7 and 34. RGB value is (173,183,52). Sum of RGB (Red+Green+Blue) = 173+183+52=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB734 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB734 is #5248CB. Grayscale: #A5A5A5. Windows color (decimal): -5392588 or 3454893. OLE color: 3454893.

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

Color convert

RGB 173 183 52 -
CMYK 0.05 0 0.72 0.28
HSL 64.58º 0.56% 0.46% -
HSV(B) 64.58º 0.72% 0.72% -
XYZ 34.79 43 9.72 -
YUV 165.08 64.19 133.65 -
System Red Green Blue C M Y K H S L
Decimal 173 183 52 0.05 0 0.72 0.28 64.58 0.56 0.46
Hex AD B7 34 5 0 48 1C 41 38 2E
Octal 255 267 64 5 0 110 34 101 70 56
Binary 10101101 10110111 110100 101 0 1001000 11100 1000001 111000 101110

Color Harmonies of #ADB734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB734

Black with #ADB734

Text Example


Text Example

White with #ADB734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB734; }

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

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

background-color css

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

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

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

border-color css

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

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

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