Html Css Color HEX #ADB930 Bahia

📋 copy color: '#ADB930'

red 173 ◦ green 185 ◦ blue 48

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

Shades of Bahia #ADB930

Tints of Bahia #ADB930

RGB

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

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

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

R = 42.61%
G = 45.57%
B = 11.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#ADB930 (or 0xADB930) is known color: Bahia. HEX triplet: AD, B9 and 30. RGB value is (173,185,48). Sum of RGB (Red+Green+Blue) = 173+185+48=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB930 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB930 is #5246CF. Grayscale: #A6A6A6. Windows color (decimal): -5392080 or 3193261. OLE color: 3193261.

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

Color convert

RGB 173 185 48 -
CMYK 0.06 0 0.74 0.27
HSL 65.26º 0.59% 0.46% -
HSV(B) 65.26º 0.74% 0.73% -
XYZ 35.12 43.8 9.4 -
YUV 165.79 61.52 133.14 -
System Red Green Blue C M Y K H S L
Decimal 173 185 48 0.06 0 0.74 0.27 65.26 0.59 0.46
Hex AD B9 30 6 0 4A 1B 41 3B 2E
Octal 255 271 60 6 0 112 33 101 73 56
Binary 10101101 10111001 110000 110 0 1001010 11011 1000001 111011 101110

Color Harmonies of #ADB930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB930

Black with #ADB930

Text Example


Text Example

White with #ADB930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB930; }

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

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

background-color css

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

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

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

border-color css

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

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

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