Html Css Color HEX #ADBA28 Bahia

📋 copy color: '#ADBA28'

red 173 ◦ green 186 ◦ blue 40

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

Shades of Bahia #ADBA28

Tints of Bahia #ADBA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.03%

R = 43.36%
G = 46.62%
B = 10.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#ADBA28 (or 0xADBA28) is known color: Bahia. HEX triplet: AD, BA and 28. RGB value is (173,186,40). Sum of RGB (Red+Green+Blue) = 173+186+40=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 40 (16.02% from 255 or 10.03% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA28 is #5245D7. Grayscale: #A6A6A6. Windows color (decimal): -5391832 or 2669229. OLE color: 2669229.

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

Color convert

RGB 173 186 40 -
CMYK 0.07 0 0.78 0.27
HSL 65.34º 0.65% 0.44% -
HSV(B) 65.34º 0.78% 0.73% -
XYZ 35.18 44.16 8.68 -
YUV 165.47 57.19 133.37 -
System Red Green Blue C M Y K H S L
Decimal 173 186 40 0.07 0 0.78 0.27 65.34 0.65 0.44
Hex AD BA 28 7 0 4E 1B 41 41 2C
Octal 255 272 50 7 0 116 33 101 101 54
Binary 10101101 10111010 101000 111 0 1001110 11011 1000001 1000001 101100

Color Harmonies of #ADBA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA28

Black with #ADBA28

Text Example


Text Example

White with #ADBA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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