Html Css Color HEX #ADB830 Bahia

📋 copy color: '#ADB830'

red 173 ◦ green 184 ◦ blue 48

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

Shades of Bahia #ADB830

Tints of Bahia #ADB830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.85%

R = 42.72%
G = 45.43%
B = 11.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#ADB830 (or 0xADB830) is known color: Bahia. HEX triplet: AD, B8 and 30. RGB value is (173,184,48). Sum of RGB (Red+Green+Blue) = 173+184+48=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB830 is #5247CF. Grayscale: #A5A5A5. Windows color (decimal): -5392336 or 3193005. OLE color: 3193005.

HSL color Cylindrical-coordinate representation of color #ADB830: hue angle of 64.85º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADB830 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 184 48 -
CMYK 0.06 0 0.74 0.28
HSL 64.85º 0.59% 0.45% -
HSV(B) 64.85º 0.74% 0.72% -
XYZ 34.91 43.38 9.33 -
YUV 165.21 61.86 133.56 -
System Red Green Blue C M Y K H S L
Decimal 173 184 48 0.06 0 0.74 0.28 64.85 0.59 0.45
Hex AD B8 30 6 0 4A 1C 41 3B 2D
Octal 255 270 60 6 0 112 34 101 73 55
Binary 10101101 10111000 110000 110 0 1001010 11100 1000001 111011 101101

Color Harmonies of #ADB830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB830

Black with #ADB830

Text Example


Text Example

White with #ADB830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB830; }

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

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

background-color css

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

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

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

border-color css

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

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

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