Html Css Color HEX #ADB51E Bahia

📋 copy color: '#ADB51E'

red 173 ◦ green 181 ◦ blue 30

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

Shades of Bahia #ADB51E

Tints of Bahia #ADB51E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.14%

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

R = 45.05%
G = 47.14%
B = 7.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#ADB51E (or 0xADB51E) is known color: Bahia. HEX triplet: AD, B5 and 1E. RGB value is (173,181,30). Sum of RGB (Red+Green+Blue) = 173+181+30=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB51E is #524AE1. Grayscale: #A1A1A1. Windows color (decimal): -5393122 or 2012589. OLE color: 2012589.

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

Color convert

RGB 173 181 30 -
CMYK 0.04 0 0.83 0.29
HSL 63.18º 0.72% 0.41% -
HSV(B) 63.18º 0.83% 0.71% -
XYZ 33.99 42.03 7.55 -
YUV 161.39 53.85 136.28 -
System Red Green Blue C M Y K H S L
Decimal 173 181 30 0.04 0 0.83 0.29 63.18 0.72 0.41
Hex AD B5 1E 4 0 53 1D 3F 48 29
Octal 255 265 36 4 0 123 35 77 110 51
Binary 10101101 10110101 11110 100 0 1010011 11101 111111 1001000 101001

Color Harmonies of #ADB51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB51E

Black with #ADB51E

Text Example


Text Example

White with #ADB51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB51E; }

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

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

background-color css

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

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

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

border-color css

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

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

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