Html Css Color HEX #ADB730 Bahia

📋 copy color: '#ADB730'

red 173 ◦ green 183 ◦ blue 48

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

Shades of Bahia #ADB730

Tints of Bahia #ADB730

RGB

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

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

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

R = 42.82%
G = 45.3%
B = 11.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#ADB730 (or 0xADB730) is known color: Bahia. HEX triplet: AD, B7 and 30. RGB value is (173,183,48). Sum of RGB (Red+Green+Blue) = 173+183+48=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB730 is #5248CF. Grayscale: #A5A5A5. Windows color (decimal): -5392592 or 3192749. OLE color: 3192749.

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

Color convert

RGB 173 183 48 -
CMYK 0.05 0 0.74 0.28
HSL 64.44º 0.58% 0.45% -
HSV(B) 64.44º 0.74% 0.72% -
XYZ 34.7 42.96 9.26 -
YUV 164.62 62.19 133.98 -
System Red Green Blue C M Y K H S L
Decimal 173 183 48 0.05 0 0.74 0.28 64.44 0.58 0.45
Hex AD B7 30 5 0 4A 1C 40 3A 2D
Octal 255 267 60 5 0 112 34 100 72 55
Binary 10101101 10110111 110000 101 0 1001010 11100 1000000 111010 101101

Color Harmonies of #ADB730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB730

Black with #ADB730

Text Example


Text Example

White with #ADB730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB730; }

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

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

background-color css

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

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

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

border-color css

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

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

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