Html Css Color HEX #ADB623 Bahia

📋 copy color: '#ADB623'

red 173 ◦ green 182 ◦ blue 35

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

Shades of Bahia #ADB623

Tints of Bahia #ADB623

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.67%

 BLUE value IS 35 (14.06% from 255) = 8.97%

R = 44.36%
G = 46.67%
B = 8.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#ADB623 (or 0xADB623) is known color: Bahia. HEX triplet: AD, B6 and 23. RGB value is (173,182,35). Sum of RGB (Red+Green+Blue) = 173+182+35=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 35 (14.06% from 255 or 8.97% from 390); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB623 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB623 is #5249DC. Grayscale: #A3A3A3. Windows color (decimal): -5392861 or 2340525. OLE color: 2340525.

HSL color Cylindrical-coordinate representation of color #ADB623: hue angle of 63.67º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADB623 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 35 -
CMYK 0.05 0 0.81 0.29
HSL 63.67º 0.68% 0.43% -
HSV(B) 63.67º 0.81% 0.71% -
XYZ 34.26 42.46 7.98 -
YUV 162.55 56.02 135.45 -
System Red Green Blue C M Y K H S L
Decimal 173 182 35 0.05 0 0.81 0.29 63.67 0.68 0.43
Hex AD B6 23 5 0 51 1D 40 44 2B
Octal 255 266 43 5 0 121 35 100 104 53
Binary 10101101 10110110 100011 101 0 1010001 11101 1000000 1000100 101011

Color Harmonies of #ADB623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB623

Black with #ADB623

Text Example


Text Example

White with #ADB623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB623; }

 p { color: rgb(173,182,35); }

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

background-color css

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

 a { background-color: rgb(173,182,35); }

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

border-color css

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

 span { border-color: rgb(173,182,35); }

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