Html Css Color HEX #ADB11E Bahia

📋 copy color: '#ADB11E'

red 173 ◦ green 177 ◦ blue 30

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

Shades of Bahia #ADB11E

Tints of Bahia #ADB11E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.58%

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

R = 45.53%
G = 46.58%
B = 7.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#ADB11E (or 0xADB11E) is known color: Bahia. HEX triplet: AD, B1 and 1E. RGB value is (173,177,30). Sum of RGB (Red+Green+Blue) = 173+177+30=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB11E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB11E is #524EE1. Grayscale: #9F9F9F. Windows color (decimal): -5394146 or 2011565. OLE color: 2011565.

HSL color Cylindrical-coordinate representation of color #ADB11E: hue angle of 61.63º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADB11E is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 30 -
CMYK 0.02 0 0.83 0.31
HSL 61.63º 0.71% 0.41% -
HSV(B) 61.63º 0.83% 0.69% -
XYZ 33.19 40.42 7.28 -
YUV 159.05 55.17 137.95 -
System Red Green Blue C M Y K H S L
Decimal 173 177 30 0.02 0 0.83 0.31 61.63 0.71 0.41
Hex AD B1 1E 2 0 53 1F 3E 47 29
Octal 255 261 36 2 0 123 37 76 107 51
Binary 10101101 10110001 11110 10 0 1010011 11111 111110 1000111 101001

Color Harmonies of #ADB11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB11E

Black with #ADB11E

Text Example


Text Example

White with #ADB11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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