Html Css Color HEX #ADB82B Bahia

📋 copy color: '#ADB82B'

red 173 ◦ green 184 ◦ blue 43

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

Shades of Bahia #ADB82B

Tints of Bahia #ADB82B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46%

 BLUE value IS 43 (17.19% from 255) = 10.75%

R = 43.25%
G = 46%
B = 10.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#ADB82B (or 0xADB82B) is known color: Bahia. HEX triplet: AD, B8 and 2B. RGB value is (173,184,43). Sum of RGB (Red+Green+Blue) = 173+184+43=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB82B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB82B is #5247D4. Grayscale: #A5A5A5. Windows color (decimal): -5392341 or 2865325. OLE color: 2865325.

HSL color Cylindrical-coordinate representation of color #ADB82B: hue angle of 64.68º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADB82B is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 184 43 -
CMYK 0.06 0 0.77 0.28
HSL 64.68º 0.62% 0.45% -
HSV(B) 64.68º 0.77% 0.72% -
XYZ 34.81 43.34 8.82 -
YUV 164.64 59.36 133.96 -
System Red Green Blue C M Y K H S L
Decimal 173 184 43 0.06 0 0.77 0.28 64.68 0.62 0.45
Hex AD B8 2B 6 0 4D 1C 41 3E 2D
Octal 255 270 53 6 0 115 34 101 76 55
Binary 10101101 10111000 101011 110 0 1001101 11100 1000001 111110 101101

Color Harmonies of #ADB82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB82B

Black with #ADB82B

Text Example


Text Example

White with #ADB82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB82B; }

 p { color: rgb(173,184,43); }

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

background-color css

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

 a { background-color: rgb(173,184,43); }

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

border-color css

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

 span { border-color: rgb(173,184,43); }

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