Html Css Color HEX #ADBA33 Bahia

📋 copy color: '#ADBA33'

red 173 ◦ green 186 ◦ blue 51

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

Shades of Bahia #ADBA33

Tints of Bahia #ADBA33

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.37%

 BLUE value IS 51 (20.31% from 255) = 12.44%

R = 42.2%
G = 45.37%
B = 12.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#ADBA33 (or 0xADBA33) is known color: Bahia. HEX triplet: AD, BA and 33. RGB value is (173,186,51). Sum of RGB (Red+Green+Blue) = 173+186+51=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 51 (20.31% from 255 or 12.44% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA33 is #5245CC. Grayscale: #A7A7A7. Windows color (decimal): -5391821 or 3390125. OLE color: 3390125.

HSL color Cylindrical-coordinate representation of color #ADBA33: hue angle of 65.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADBA33 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 51 -
CMYK 0.07 0 0.73 0.27
HSL 65.78º 0.57% 0.46% -
HSV(B) 65.78º 0.73% 0.73% -
XYZ 35.39 44.24 9.81 -
YUV 166.72 62.69 132.48 -
System Red Green Blue C M Y K H S L
Decimal 173 186 51 0.07 0 0.73 0.27 65.78 0.57 0.46
Hex AD BA 33 7 0 49 1B 42 39 2E
Octal 255 272 63 7 0 111 33 102 71 56
Binary 10101101 10111010 110011 111 0 1001001 11011 1000010 111001 101110

Color Harmonies of #ADBA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA33

Black with #ADBA33

Text Example


Text Example

White with #ADBA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA33; }

 p { color: rgb(173,186,51); }

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

background-color css

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

 a { background-color: rgb(173,186,51); }

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

border-color css

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

 span { border-color: rgb(173,186,51); }

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