Html Css Color HEX #ADB71E Bahia

📋 copy color: '#ADB71E'

red 173 ◦ green 183 ◦ blue 30

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

Shades of Bahia #ADB71E

Tints of Bahia #ADB71E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.77%

R = 44.82%
G = 47.41%
B = 7.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#ADB71E (or 0xADB71E) is known color: Bahia. HEX triplet: AD, B7 and 1E. RGB value is (173,183,30). Sum of RGB (Red+Green+Blue) = 173+183+30=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB71E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB71E is #5248E1. Grayscale: #A3A3A3. Windows color (decimal): -5392610 or 2013101. OLE color: 2013101.

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

Color convert

RGB 173 183 30 -
CMYK 0.05 0 0.84 0.28
HSL 63.92º 0.72% 0.42% -
HSV(B) 63.92º 0.84% 0.72% -
XYZ 34.4 42.84 7.69 -
YUV 162.57 53.19 135.44 -
System Red Green Blue C M Y K H S L
Decimal 173 183 30 0.05 0 0.84 0.28 63.92 0.72 0.42
Hex AD B7 1E 5 0 54 1C 40 48 2A
Octal 255 267 36 5 0 124 34 100 110 52
Binary 10101101 10110111 11110 101 0 1010100 11100 1000000 1001000 101010

Color Harmonies of #ADB71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB71E

Black with #ADB71E

Text Example


Text Example

White with #ADB71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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