Html Css Color HEX #ADB41B Bahia

📋 copy color: '#ADB41B'

red 173 ◦ green 180 ◦ blue 27

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

Shades of Bahia #ADB41B

Tints of Bahia #ADB41B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.37%

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

R = 45.53%
G = 47.37%
B = 7.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#ADB41B (or 0xADB41B) is known color: Bahia. HEX triplet: AD, B4 and 1B. RGB value is (173,180,27). Sum of RGB (Red+Green+Blue) = 173+180+27=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 27 (10.94% from 255 or 7.11% from 380); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB41B is #524BE4. Grayscale: #A1A1A1. Windows color (decimal): -5393381 or 1815725. OLE color: 1815725.

HSL color Cylindrical-coordinate representation of color #ADB41B: hue angle of 62.75º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADB41B is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 27 -
CMYK 0.04 0 0.85 0.29
HSL 62.75º 0.74% 0.41% -
HSV(B) 62.75º 0.85% 0.71% -
XYZ 33.75 41.61 7.29 -
YUV 160.47 52.68 136.94 -
System Red Green Blue C M Y K H S L
Decimal 173 180 27 0.04 0 0.85 0.29 62.75 0.74 0.41
Hex AD B4 1B 4 0 55 1D 3F 4A 29
Octal 255 264 33 4 0 125 35 77 112 51
Binary 10101101 10110100 11011 100 0 1010101 11101 111111 1001010 101001

Color Harmonies of #ADB41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB41B

Black with #ADB41B

Text Example


Text Example

White with #ADB41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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