Html Css Color HEX #ADB91B Bahia

📋 copy color: '#ADB91B'

red 173 ◦ green 185 ◦ blue 27

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

Shades of Bahia #ADB91B

Tints of Bahia #ADB91B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.01%

R = 44.94%
G = 48.05%
B = 7.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#ADB91B (or 0xADB91B) is known color: Bahia. HEX triplet: AD, B9 and 1B. RGB value is (173,185,27). Sum of RGB (Red+Green+Blue) = 173+185+27=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB91B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB91B is #5246E4. Grayscale: #A4A4A4. Windows color (decimal): -5392101 or 1817005. OLE color: 1817005.

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

Color convert

RGB 173 185 27 -
CMYK 0.06 0 0.85 0.27
HSL 64.56º 0.75% 0.42% -
HSV(B) 64.56º 0.85% 0.73% -
XYZ 34.78 43.66 7.63 -
YUV 163.4 51.02 134.85 -
System Red Green Blue C M Y K H S L
Decimal 173 185 27 0.06 0 0.85 0.27 64.56 0.75 0.42
Hex AD B9 1B 6 0 55 1B 41 4B 2A
Octal 255 271 33 6 0 125 33 101 113 52
Binary 10101101 10111001 11011 110 0 1010101 11011 1000001 1001011 101010

Color Harmonies of #ADB91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB91B

Black with #ADB91B

Text Example


Text Example

White with #ADB91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB91B; }

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

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

background-color css

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

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

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

border-color css

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

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

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