Html Css Color HEX #ADB715 Bahia

📋 copy color: '#ADB715'

red 173 ◦ green 183 ◦ blue 21

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

Shades of Bahia #ADB715

Tints of Bahia #ADB715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.57%

R = 45.89%
G = 48.54%
B = 5.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#ADB715 (or 0xADB715) is known color: Bahia. HEX triplet: AD, B7 and 15. RGB value is (173,183,21). Sum of RGB (Red+Green+Blue) = 173+183+21=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB715 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB715 is #5248EA. Grayscale: #A2A2A2. Windows color (decimal): -5392619 or 1423277. OLE color: 1423277.

HSL color Cylindrical-coordinate representation of color #ADB715: hue angle of 63.7º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADB715 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 21 -
CMYK 0.05 0 0.89 0.28
HSL 63.7º 0.79% 0.4% -
HSV(B) 63.7º 0.89% 0.72% -
XYZ 34.3 42.81 7.16 -
YUV 161.54 48.69 136.17 -
System Red Green Blue C M Y K H S L
Decimal 173 183 21 0.05 0 0.89 0.28 63.7 0.79 0.4
Hex AD B7 15 5 0 59 1C 40 4F 28
Octal 255 267 25 5 0 131 34 100 117 50
Binary 10101101 10110111 10101 101 0 1011001 11100 1000000 1001111 101000

Color Harmonies of #ADB715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB715

Black with #ADB715

Text Example


Text Example

White with #ADB715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB715; }

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

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

background-color css

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

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

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

border-color css

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

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

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