Html Css Color HEX #ADB933 Bahia

📋 copy color: '#ADB933'

red 173 ◦ green 185 ◦ blue 51

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

Shades of Bahia #ADB933

Tints of Bahia #ADB933

RGB

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

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

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

R = 42.3%
G = 45.23%
B = 12.47%

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

#ADB933 (or 0xADB933) is known color: Bahia. HEX triplet: AD, B9 and 33. RGB value is (173,185,51). Sum of RGB (Red+Green+Blue) = 173+185+51=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 51 (20.31% from 255 or 12.47% from 409); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB933 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB933 is #5246CC. Grayscale: #A6A6A6. Windows color (decimal): -5392077 or 3389869. OLE color: 3389869.

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

Color convert

RGB 173 185 51 -
CMYK 0.06 0 0.72 0.27
HSL 65.37º 0.57% 0.46% -
HSV(B) 65.37º 0.72% 0.73% -
XYZ 35.18 43.82 9.74 -
YUV 166.14 63.02 132.9 -
System Red Green Blue C M Y K H S L
Decimal 173 185 51 0.06 0 0.72 0.27 65.37 0.57 0.46
Hex AD B9 33 6 0 48 1B 41 39 2E
Octal 255 271 63 6 0 110 33 101 71 56
Binary 10101101 10111001 110011 110 0 1001000 11011 1000001 111001 101110

Color Harmonies of #ADB933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB933

Black with #ADB933

Text Example


Text Example

White with #ADB933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB933; }

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

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

background-color css

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

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

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

border-color css

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

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

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