Html Css Color HEX #ADB32B Bahia

📋 copy color: '#ADB32B'

red 173 ◦ green 179 ◦ blue 43

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

Shades of Bahia #ADB32B

Tints of Bahia #ADB32B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.32%

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

R = 43.8%
G = 45.32%
B = 10.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#ADB32B (or 0xADB32B) is known color: Bahia. HEX triplet: AD, B3 and 2B. RGB value is (173,179,43). Sum of RGB (Red+Green+Blue) = 173+179+43=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB32B is #524CD4. Grayscale: #A2A2A2. Windows color (decimal): -5393621 or 2864045. OLE color: 2864045.

HSL color Cylindrical-coordinate representation of color #ADB32B: hue angle of 62.65º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADB32B is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 43 -
CMYK 0.03 0 0.76 0.30
HSL 62.65º 0.61% 0.44% -
HSV(B) 62.65º 0.76% 0.7% -
XYZ 33.79 41.3 8.48 -
YUV 161.7 61.01 136.06 -
System Red Green Blue C M Y K H S L
Decimal 173 179 43 0.03 0 0.76 0.30 62.65 0.61 0.44
Hex AD B3 2B 3 0 4C 1E 3F 3D 2C
Octal 255 263 53 3 0 114 36 77 75 54
Binary 10101101 10110011 101011 11 0 1001100 11110 111111 111101 101100

Color Harmonies of #ADB32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB32B

Black with #ADB32B

Text Example


Text Example

White with #ADB32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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