Html Css Color HEX #ADB934 Bahia

📋 copy color: '#ADB934'

red 173 ◦ green 185 ◦ blue 52

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

Shades of Bahia #ADB934

Tints of Bahia #ADB934

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.12%

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

R = 42.2%
G = 45.12%
B = 12.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#ADB934 (or 0xADB934) is known color: Bahia. HEX triplet: AD, B9 and 34. RGB value is (173,185,52). Sum of RGB (Red+Green+Blue) = 173+185+52=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 52 (20.70% from 255 or 12.68% from 410); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB934 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB934 is #5246CB. Grayscale: #A6A6A6. Windows color (decimal): -5392076 or 3455405. OLE color: 3455405.

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

Color convert

RGB 173 185 52 -
CMYK 0.06 0 0.72 0.27
HSL 65.41º 0.56% 0.46% -
HSV(B) 65.41º 0.72% 0.73% -
XYZ 35.2 43.83 9.85 -
YUV 166.25 63.52 132.81 -
System Red Green Blue C M Y K H S L
Decimal 173 185 52 0.06 0 0.72 0.27 65.41 0.56 0.46
Hex AD B9 34 6 0 48 1B 41 38 2E
Octal 255 271 64 6 0 110 33 101 70 56
Binary 10101101 10111001 110100 110 0 1001000 11011 1000001 111000 101110

Color Harmonies of #ADB934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB934

Black with #ADB934

Text Example


Text Example

White with #ADB934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB934; }

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

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

background-color css

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

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

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

border-color css

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

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

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